diff options
Diffstat (limited to 'fs/ceph/xattr.c')
-rw-r--r-- | fs/ceph/xattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/xattr.c b/fs/ceph/xattr.c index adc231892b0d..40b703217977 100644 --- a/fs/ceph/xattr.c +++ b/fs/ceph/xattr.c | |||
@@ -1034,7 +1034,7 @@ retry: | |||
1034 | dirty = __ceph_mark_dirty_caps(ci, CEPH_CAP_XATTR_EXCL, | 1034 | dirty = __ceph_mark_dirty_caps(ci, CEPH_CAP_XATTR_EXCL, |
1035 | &prealloc_cf); | 1035 | &prealloc_cf); |
1036 | ci->i_xattrs.dirty = true; | 1036 | ci->i_xattrs.dirty = true; |
1037 | inode->i_ctime = current_fs_time(inode->i_sb); | 1037 | inode->i_ctime = current_time(inode); |
1038 | } | 1038 | } |
1039 | 1039 | ||
1040 | spin_unlock(&ci->i_ceph_lock); | 1040 | spin_unlock(&ci->i_ceph_lock); |