X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fceph%2Facl.c;h=59cb307b15fbea58eca82535b7a7b30ec6db5409;hb=0cbf3415087c9ec997300b8ba15c12d26ac28e0a;hp=987044bca1c27176ab4d6fca34e5787ae3f9404c;hpb=3f8247c8c480ab8677f8d580717ce8709457dbd9;p=karo-tx-linux.git 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);