freebsd-dev/sys/nfsserver
Robert Watson e2d2098653 Convert a mtx_lock(&Giant) to a mtx_unlock(&Giant) in nfsrv_link() to
prevent leakage of Giant.  With INVARIANTS, this results in an
assertion failure following execution of the RPC.  Without INVARIANTS,
it could result in problems if the NFS server is killed causing nfsd
to return to user space holding Giant.

Feet provided by:	brueffer
2004-08-25 16:52:59 +00:00
..
nfs_serv.c
nfs_srvcache.c
nfs_srvsock.c
nfs_srvsubs.c
nfs_syscalls.c
nfs.h
nfsm_subs.h
nfsrvcache.h
nfsrvstats.h