diff --git a/fs/jfs/acl.c b/fs/jfs/acl.c index 49456853e9de230822b4cb97b407c565525d2ffe..ab4882801b24393470f301a4b990f1399b0f87e2 100644 --- a/fs/jfs/acl.c +++ b/fs/jfs/acl.c @@ -34,10 +34,6 @@ struct posix_acl *jfs_get_acl(struct inode *inode, int type) int size; char *value = NULL; - acl = get_cached_acl(inode, type); - if (acl != ACL_NOT_CACHED) - return acl; - switch(type) { case ACL_TYPE_ACCESS: ea_name = XATTR_NAME_POSIX_ACL_ACCESS;