diff options
Diffstat (limited to 'fs/jffs2/file.c')
-rw-r--r-- | fs/jffs2/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jffs2/file.c b/fs/jffs2/file.c index bd0428bebe9b..481afd4c2e1a 100644 --- a/fs/jffs2/file.c +++ b/fs/jffs2/file.c | |||
@@ -308,7 +308,7 @@ static int jffs2_write_end(struct file *filp, struct address_space *mapping, | |||
308 | inode->i_size = pos + writtenlen; | 308 | inode->i_size = pos + writtenlen; |
309 | inode->i_blocks = (inode->i_size + 511) >> 9; | 309 | inode->i_blocks = (inode->i_size + 511) >> 9; |
310 | 310 | ||
311 | inode->i_ctime = inode->i_mtime = ITIME(je32_to_cpu(ri->ctime)); | 311 | inode->i_ctime = inode->i_mtime = timespec_to_timespec64(ITIME(je32_to_cpu(ri->ctime))); |
312 | } | 312 | } |
313 | } | 313 | } |
314 | 314 | ||