diff options
Diffstat (limited to 'fs/ceph/acl.c')
| -rw-r--r-- | fs/ceph/acl.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/fs/ceph/acl.c b/fs/ceph/acl.c index 987044bca1c2..59cb307b15fb 100644 --- a/fs/ceph/acl.c +++ b/fs/ceph/acl.c @@ -131,6 +131,7 @@ int ceph_set_acl(struct inode *inode, struct posix_acl *acl, int type)  	}  	if (new_mode != old_mode) { +		newattrs.ia_ctime = current_time(inode);  		newattrs.ia_mode = new_mode;  		newattrs.ia_valid = ATTR_MODE;  		ret = __ceph_setattr(inode, &newattrs); |