X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=fs%2Fposix_acl.c;h=595522022aca04beeeabd3d2ed4e73992f268296;hb=b75d3886f34e194780239231aa973b283afa9a3a;hp=da3f760a7e8864917a7ff12b88b849e66c324bd5;hpb=8dfb790b15e779232d5d4e3f0102af2bea21ca55;p=cascardo%2Flinux.git diff --git a/fs/posix_acl.c b/fs/posix_acl.c index da3f760a7e88..595522022aca 100644 --- a/fs/posix_acl.c +++ b/fs/posix_acl.c @@ -929,7 +929,7 @@ int simple_set_acl(struct inode *inode, struct posix_acl *acl, int type) acl = NULL; } - inode->i_ctime = CURRENT_TIME; + inode->i_ctime = current_time(inode); set_cached_acl(inode, type, acl); return 0; }