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:
ff3525a
)
NFS: Add mount options for controlling the lookup cache
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 15 Jul 2008 21:58:14 +0000
(17:58 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 7 Oct 2008 21:23:57 +0000
(17:23 -0400)
Add the following NFS-specific mount options to the parser.
-o lookupcache=all /* Default: cache positive & negative
dentries */
-o lookupcache=pos[itive] /* Don't cache negative dentries */
-o lookupcache=none /* Strict revalidation of all dentries */
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/super.c
patch
|
blob
|
history
diff --cc
fs/nfs/super.c
Simple merge