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:
bce3481
)
NFS: Optimise away an excessive GETATTR call when a file is symlinked
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 5 Jul 2006 17:05:13 +0000
(13:05 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 5 Jul 2006 17:17:13 +0000
(13:17 -0400)
In the case when compiling via a symlink tree, we want to ensure that the
close-to-open GETATTR call is applied only to the final file, and not to
the symlink.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found