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:
fee7fe1
)
NFSv4: Simplify the NFSv4 OPEN compound
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Fri, 27 Apr 2012 17:48:18 +0000
(13:48 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 1 May 2012 19:42:43 +0000
(15:42 -0400)
Get rid of the post-op GETATTR on the directory in order to reduce
the amount of processing done on the server.
The cost is that if we later need to stat() the directory, then we
know that the ctime and mtime are likely to be invalid.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found