Date: Tue, 12 Oct 2004 20:03:56 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netinet udp_usrreq.c Message-ID: <200410122003.i9CK3uLo034661@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-10-12 20:03:56 UTC
FreeBSD src repository
Modified files:
sys/netinet udp_usrreq.c
Log:
Don't release the udbinfo lock until after the last use of UDP inpcb
in udp_input(), since the udbinfo lock is used to prevent removal of
the inpcb while in use (i.e., as a form of reference count) in the
in-bound path.
RELENG_5 candidate.
Revision Changes Path
1.167 +3 -3 src/sys/netinet/udp_usrreq.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410122003.i9CK3uLo034661>
