Merge branch 'ovl-fixes' into for-linus
[cascardo/linux.git] / fs / ext2 / acl.c
index 27695e6..42f1d18 100644 (file)
@@ -172,9 +172,6 @@ ext2_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;
 }