freebsd-dev/sys/fs/nfsserver
Rick Macklem 2ec3f92528 The timer routine in the experimental NFS server did not acquire
the correct mutex when checking nfsv4root_lock. Although this
could be fixed by adding mutex lock/unlock calls, zack.kirsch at
isilon.com suggested a better fix that uses a non-blocking
acquisition of a reference count on nfsv4root_lock. This fix
allows the weird NFSLOCKSTATE(); NFSUNLOCKSTATE(); synchronization
to be deleted. This patch applies this fix.

Tested by:	zack.kirsch at isilon.com
MFC after:	2 weeks
2010-08-28 21:41:18 +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 Add the SVC_RELEASE(xprt), as required by r194407. 2009-06-17 22:55:59 +00:00
nfs_nfsdport.c Add MODULE_DEPEND() macros to the experimental NFS client and 2010-06-15 00:25:04 +00:00
nfs_nfsdserv.c Harden the experimental NFS server a little, by adding range 2010-04-06 01:14:49 +00:00
nfs_nfsdsocket.c The timer routine in the experimental NFS server did not acquire 2010-08-28 21:41:18 +00:00
nfs_nfsdstate.c The timer routine in the experimental NFS server did not acquire 2010-08-28 21:41:18 +00:00
nfs_nfsdsubs.c Apply changes to the experimental nfs server so that it uses the security 2009-05-14 21:39:08 +00:00