cvs commit: src/sys/netinet udp_usrreq.c
Robert Watson
rwatson at FreeBSD.org
Tue Oct 12 13:03:56 PDT 2004
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
More information about the cvs-src
mailing list