nfs: remove unnecessary NFS_INO_INVALID_ACL checks
authorJames Morris <jmorris@namei.org>
Thu, 18 Jun 2009 01:02:14 +0000 (18:02 -0700)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 18 Jun 2009 01:02:14 +0000 (18:02 -0700)
commit4bf259e3ae5015e73282ba66716c4a917e1264ac
tree4c79623911d24d86da799cee2797378a6a2a1181
parenta5a16bae707cd5d2bc97d7bd1a30079f18113a77
nfs: remove unnecessary NFS_INO_INVALID_ACL checks

Unless I'm mistaken, NFS_INO_INVALID_ACL is being checked twice during
getacl calls (i.e. first via nfs_revalidate_inode() and then by each all
site).

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs3acl.c
fs/nfs/nfs4proc.c