Skip to content
Commit 7973c1f1 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

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: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent ff3525a5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment