commit | cda57a1ef6f0da7e24f392ffdf00538ec0480310 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Thu Jul 04 06:35:23 2013 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jul 09 17:16:39 2013 -0400 |
tree | c41fa16fad73618d4aaf2206530279a02ffab7ef | |
parent | a82a729f04232ccd0b59406574ba4cf20027a49d [diff] |
nfs: set verifier on existing dentries in nfs_prime_dcache nfs_prime_dcache currently only sets the verifier when it doesn't initially a matching dentry in the dcache. Set the verifier in the case where we do find a dentry in the dcache. This ensures that we don't have to look up the dentry again if we want to use it after a readdir. Cc: Scott Mayhew <smayhew@redhat.com> Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>