Skip to content
Commit 1c3c07e9 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFS: Add a new ACCESS rpc call cache to the linux nfs client



The current access cache only allows one entry at a time to be cached for each
inode. Add a per-inode red-black tree in order to allow more than one to
be cached at a time.

Should significantly cut down the time spent in path traversal for shared
directories such as ${PATH}, /usr/share, etc.

Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 3eeab61a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment