Skip to content
Commit e70c4908 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

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: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent e62c2bba
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment