NFS: don't cache the verifer across ->lookup() calls
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 1 Oct 2007 17:46:53 +0000 (13:46 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 9 Oct 2007 21:19:42 +0000 (17:19 -0400)
commitcf8ba45e0554f1c8838fcfe43a93114f177af839
treee8799c4eac30b4c42c2be7a02e4848aac6113f44
parentf38211100d4823be530577dc3452f838861222ec
NFS: don't cache the verifer across ->lookup() calls

If the ->lookup() call causes the directory verifier to change, then there
is still no need to use the old verifier, since our dentry has been
verified.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/dir.c
This page took 0.025795 seconds and 5 git commands to generate.