Rick Macklem 17891d0082 Modify the experimental NFS server so that it uses LK_SHARED
for RPC operations when it can. Since VFS_FHTOVP() currently
always gets an exclusively locked vnode and is usually called
at the beginning of each RPC, the RPCs for a given vnode will
still be serialized. As such, passing a lock type argument to
VFS_FHTOVP() would be preferable to doing the vn_lock() with
LK_DOWNGRADE after the VFS_FHTOVP() call.

Reviewed by:	kib
MFC after:	2 weeks
2010-12-25 21:56:25 +00:00
..
2010-11-27 15:41:44 +00:00
2010-11-09 10:59:09 +00:00
2010-12-22 05:01:52 +00:00
2010-12-05 10:15:23 +00:00
2010-12-14 20:57:40 +00:00