commit | 7973c1f15a0687f47ed70e591e4642d6fc4334d0 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jul 15 17:58:14 2008 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Oct 07 17:23:57 2008 -0400 |
tree | 543ea6ca6b2217bf873c4a891aec9eab5dd50fab | |
parent | ff3525a539f5cc81970d08304bdedb4ffba984da [diff] |
NFS: Add mount options for controlling the lookup cache 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>