Merge branch 'ovl-fixes' into for-linus
[cascardo/linux.git] / fs / hfsplus / posix_acl.c
index afb33ed..ab7ea25 100644 (file)
@@ -48,9 +48,6 @@ struct posix_acl *hfsplus_get_posix_acl(struct inode *inode, int type)
 
        hfsplus_destroy_attr_entry((hfsplus_attr_entry *)value);
 
-       if (!IS_ERR(acl))
-               set_cached_acl(inode, type, acl);
-
        return acl;
 }