x86/smpboot: Init apic mapping before usage
[cascardo/linux.git] / fs / xfs / xfs_trans_inode.c
index 11a3af0..dab8daa 100644 (file)
@@ -73,7 +73,7 @@ xfs_trans_ichgtime(
        ASSERT(tp);
        ASSERT(xfs_isilocked(ip, XFS_ILOCK_EXCL));
 
-       tv = current_fs_time(inode->i_sb);
+       tv = current_time(inode);
 
        if (flags & XFS_ICHGTIME_MOD)
                inode->i_mtime = tv;