• Neil Brown's avatar
    [PATCH] kNFSd: Convert export-table to use new cache code · 85d18365
    Neil Brown authored
    This introduces two caches, svc_export_cache (nfsd.exports) and
    svc_expkey_cache (nfsd.fh).
    nfsd.exports maps client+directory  ->  export options.
    nfsd.fh maps client + filehandle-fragment -> directory.
    
    A major part of this change is that export entries are now reference counted,
    so we have to be careful  to keep those counts correct.
    85d18365
export.c 19.7 KB