aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ntfs/mft.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ntfs/mft.c')
-rw-r--r--fs/ntfs/mft.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ntfs/mft.c b/fs/ntfs/mft.c
index d15d492ce47b..d3c009626032 100644
--- a/fs/ntfs/mft.c
+++ b/fs/ntfs/mft.c
@@ -2692,7 +2692,7 @@ mft_rec_already_initialized:
2692 2692
2693 /* Set the inode times to the current time. */ 2693 /* Set the inode times to the current time. */
2694 vi->i_atime = vi->i_mtime = vi->i_ctime = 2694 vi->i_atime = vi->i_mtime = vi->i_ctime =
2695 current_fs_time(vi->i_sb); 2695 current_time(vi);
2696 /* 2696 /*
2697 * Set the file size to 0, the ntfs inode sizes are set to 0 by 2697 * Set the file size to 0, the ntfs inode sizes are set to 0 by
2698 * the call to ntfs_init_big_inode() below. 2698 * the call to ntfs_init_big_inode() below.