freebsd-nq/sys/fs/nfsserver
Rick Macklem 81f78d997d Modify the experimental NFSv4 server so that the lookup
ops return a locked vnode. This ensures that the associated mount
point will always be valid for the code that follows the operation.
Also add a couple of additional checks
for non-error to the other functions that create file objects.

MFC after:	2 weeks
2011-01-03 00:33:32 +00:00
..
nfs_nfsdcache.c This fixes the experimental NFS server so that it won't crash in the 2010-02-13 23:56:19 +00:00
nfs_nfsdkrpc.c
nfs_nfsdport.c Delete some cruft from the experimental NFS server that was 2011-01-02 21:34:01 +00:00
nfs_nfsdserv.c Modify the experimental NFSv4 server so that the lookup 2011-01-03 00:33:32 +00:00
nfs_nfsdsocket.c Modify the experimental NFSv4 server so that the lookup 2011-01-03 00:33:32 +00:00
nfs_nfsdstate.c Add checks for VI_DOOMED and vn_lock() failures to the 2011-01-02 19:58:39 +00:00
nfs_nfsdsubs.c