commit | e70c490810dc683fad39e57cf00e69d5f120c542 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed May 09 09:00:18 2007 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed May 09 17:57:59 2007 -0400 |
tree | 24276f69c064376d3c69979f61e181b377560795 | |
parent | e62c2bba1fb7cf068eb78d731da46e4447a9efb1 [diff] |
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>