posix_acl: Inode acl caching fixes
[cascardo/linux.git] / fs / ext4 / acl.c
index 69b1e73..c6601a4 100644 (file)
@@ -172,9 +172,6 @@ ext4_get_acl(struct inode *inode, int type)
                acl = ERR_PTR(retval);
        kfree(value);
 
-       if (!IS_ERR(acl))
-               set_cached_acl(inode, type, acl);
-
        return acl;
 }