diff options
Diffstat (limited to 'fs/attr.c')
-rw-r--r-- | fs/attr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -209,7 +209,7 @@ int notify_change(struct dentry * dentry, struct iattr * attr, struct inode **de | |||
209 | inode->i_flags &= ~S_NOSEC; | 209 | inode->i_flags &= ~S_NOSEC; |
210 | } | 210 | } |
211 | 211 | ||
212 | now = current_fs_time(inode->i_sb); | 212 | now = current_time(inode); |
213 | 213 | ||
214 | attr->ia_ctime = now; | 214 | attr->ia_ctime = now; |
215 | if (!(ia_valid & ATTR_ATIME_SET)) | 215 | if (!(ia_valid & ATTR_ATIME_SET)) |