cvs commit: src/sys/nfsserver nfs_syscalls.c
Robert Watson
rwatson at FreeBSD.org
Mon May 31 09:32:50 PDT 2004
rwatson 2004/05/31 09:32:49 PDT
FreeBSD src repository
Modified files:
sys/nfsserver nfs_syscalls.c
Log:
Add an assertion that nfssvc() isn't called with Giant.
Add two additional pairs of assertions, one at the end of the NFS
server event loop, and one one exit from the NFS daemon, that
assert that if debug.mpsafenet is enabled, Giant is not held, and
that if it is not enabled, Giant will be held. This is intended
to support debugging scenarios where Giant is "leaked" during NFS
processing.
Revision Changes Path
1.100 +10 -0 src/sys/nfsserver/nfs_syscalls.c
More information about the cvs-src
mailing list