]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/jfs/acl.c
Merge tag 'please-pull-misc-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / fs / jfs / acl.c
index ab4882801b24393470f301a4b990f1399b0f87e2..21fa92ba2c191664fb2851da022f76a5e5d62388 100644 (file)
@@ -63,8 +63,6 @@ struct posix_acl *jfs_get_acl(struct inode *inode, int type)
                acl = posix_acl_from_xattr(&init_user_ns, value, size);
        }
        kfree(value);
-       if (!IS_ERR(acl))
-               set_cached_acl(inode, type, acl);
        return acl;
 }