git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd068b2
)
NFSv4.1: Use the more efficient open_noattr call for open-by-filehandle
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 23 Apr 2013 18:31:19 +0000
(14:31 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 23 Apr 2013 18:31:19 +0000
(14:31 -0400)
When we're doing open-by-filehandle in NFSv4.1, we shouldn't need to
do the cache consistency revalidation on the directory. It is
therefore more efficient to just use open_noattr, which returns the
file attributes, but not the directory attributes.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found