cvs commit: src/sys/netinet udp_usrreq.c
Robert Watson
rwatson at FreeBSD.org
Thu Oct 14 04:49:26 PDT 2004
rwatson 2004-10-14 11:49:25 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/netinet udp_usrreq.c
Log:
Merge udp_usrreq.c:1.167 from HEAD to RELENG_5:
date: 2004/10/12 20:03:56; author: rwatson; state: Exp; lines: +3 -3
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.
Approved by: re (scottl)
Revision Changes Path
1.162.2.3 +3 -3 src/sys/netinet/udp_usrreq.c
More information about the cvs-src
mailing list