Modify the NFSv4 client's Pathconf RPC (actually a Getattr Op.)
authorrmacklem <rmacklem@FreeBSD.org>
Wed, 23 Apr 2014 22:13:10 +0000 (22:13 +0000)
committerrmacklem <rmacklem@FreeBSD.org>
Wed, 23 Apr 2014 22:13:10 +0000 (22:13 +0000)
commit73ba58db385b6de3c983581af2bee8643062b56e
tree0a0711bd1767f5e123431f92d08450fe0d4e8ed5
parent29b32a99884596b554c0d71ac194dd7f77fca7f0
Modify the NFSv4 client's Pathconf RPC (actually a Getattr Op.)
so that it only does the RPC for names that are answered by the RPC.
Doing the RPC for other names is harmless, but unnecessary.

MFC after: 2 weeks
sys/fs/nfsclient/nfs_clvnops.c