]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Do not call sorecieve() in the context of a socket callback as it causes
authoralfred <alfred@FreeBSD.org>
Tue, 13 Jul 2004 07:05:38 +0000 (07:05 +0000)
committeralfred <alfred@FreeBSD.org>
Tue, 13 Jul 2004 07:05:38 +0000 (07:05 +0000)
commit51b37935456677085e7e877224559238690d6a50
tree5f9af64889ee2668a1826f4de88f2b89d916d6db
parentea85f85ed9f6685920874c01560395d2908d762c
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.
sys/nfsserver/nfs_srvsock.c