NFS: Remove redundant check in nfs_check_verifier()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 9 May 2007 13:00:18 +0000 (09:00 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 9 May 2007 21:57:59 +0000 (17:57 -0400)
commite70c490810dc683fad39e57cf00e69d5f120c542
tree24276f69c064376d3c69979f61e181b377560795
parente62c2bba1fb7cf068eb78d731da46e4447a9efb1
NFS: Remove redundant check in nfs_check_verifier()

The check for nfs_attribute_timeout(dir) in nfs_check_verifier is
redundant: nfs_lookup_revalidate() will already call nfs_revalidate_inode()
on the parent dir when necessary.

The only case where this is not done is the case of a negative dentry. Fix
this case by moving up the revalidation code.

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