diff options
Diffstat (limited to 'fs/ceph/inode.c')
-rw-r--r-- | fs/ceph/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ceph/inode.c b/fs/ceph/inode.c index dd3a6dbf71eb..ca1ccf741771 100644 --- a/fs/ceph/inode.c +++ b/fs/ceph/inode.c | |||
@@ -2080,7 +2080,7 @@ int __ceph_setattr(struct inode *inode, struct iattr *attr) | |||
2080 | if (dirtied) { | 2080 | if (dirtied) { |
2081 | inode_dirty_flags = __ceph_mark_dirty_caps(ci, dirtied, | 2081 | inode_dirty_flags = __ceph_mark_dirty_caps(ci, dirtied, |
2082 | &prealloc_cf); | 2082 | &prealloc_cf); |
2083 | inode->i_ctime = current_fs_time(inode->i_sb); | 2083 | inode->i_ctime = current_time(inode); |
2084 | } | 2084 | } |
2085 | 2085 | ||
2086 | release &= issued; | 2086 | release &= issued; |