]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Modify the Lookup RPC for NFSv4 so that it acquires directory
authorrmacklem <rmacklem@FreeBSD.org>
Fri, 18 Apr 2014 22:05:34 +0000 (22:05 +0000)
committerrmacklem <rmacklem@FreeBSD.org>
Fri, 18 Apr 2014 22:05:34 +0000 (22:05 +0000)
commitf55eac8e6080702e2a98024944df554ca1d452d2
treec32fb38477572a78da882f2fc9b7fc683c4b1fc2
parentb28116674071c0c16c72c5fb110b77592f9f70d3
Modify the Lookup RPC for NFSv4 so that it acquires directory
attributes. This allows the client to cache directory names
when they are looked up, reducing the Lookup RPC count by
about 40% for software builds.

MFC after: 2 weeks
sys/fs/nfs/nfs_commonsubs.c
sys/fs/nfsclient/nfs_clcomsubs.c
sys/fs/nfsclient/nfs_clrpcops.c