alfred 2004-07-13 07:05:39 UTC
FreeBSD src repository
Modified files:
sys/nfsserver nfs_srvsock.c
Log:
Do not call sorecieve() in the context of a socket callback as it causes
lock order reversals so->inpcb since we're called with the socket lock
held.
Revision Changes Path
1.91 +5 -3 src/sys/nfsserver/nfs_srvsock.c