aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_trans_inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_trans_inode.c')
-rw-r--r--fs/xfs/xfs_trans_inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_trans_inode.c b/fs/xfs/xfs_trans_inode.c
index 11a3af08b5c7..dab8daa676f9 100644
--- a/fs/xfs/xfs_trans_inode.c
+++ b/fs/xfs/xfs_trans_inode.c
@@ -73,7 +73,7 @@ xfs_trans_ichgtime(
73 ASSERT(tp); 73 ASSERT(tp);
74 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL)); 74 ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL));
75 75
76 tv = current_fs_time(inode->i_sb); 76 tv = current_time(inode);
77 77
78 if (flags & XFS_ICHGTIME_MOD) 78 if (flags & XFS_ICHGTIME_MOD)
79 inode->i_mtime = tv; 79 inode->i_mtime = tv;