diff options
Diffstat (limited to 'fs/xfs/xfs_acl.c')
-rw-r--r-- | fs/xfs/xfs_acl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_acl.c b/fs/xfs/xfs_acl.c index b6e527b8eccb..74f7c68105b9 100644 --- a/fs/xfs/xfs_acl.c +++ b/fs/xfs/xfs_acl.c | |||
@@ -236,7 +236,7 @@ xfs_set_mode(struct inode *inode, umode_t mode) | |||
236 | 236 | ||
237 | iattr.ia_valid = ATTR_MODE | ATTR_CTIME; | 237 | iattr.ia_valid = ATTR_MODE | ATTR_CTIME; |
238 | iattr.ia_mode = mode; | 238 | iattr.ia_mode = mode; |
239 | iattr.ia_ctime = current_fs_time(inode->i_sb); | 239 | iattr.ia_ctime = current_time(inode); |
240 | 240 | ||
241 | error = xfs_setattr_nonsize(XFS_I(inode), &iattr, XFS_ATTR_NOACL); | 241 | error = xfs_setattr_nonsize(XFS_I(inode), &iattr, XFS_ATTR_NOACL); |
242 | } | 242 | } |