cvs commit: src/sys/netinet tcp_usrreq.c
Robert Watson
rwatson at FreeBSD.org
Sun Jun 4 09:33:15 UTC 2006
rwatson 2006-06-04 09:31:35 UTC
FreeBSD src repository
Modified files:
sys/netinet tcp_usrreq.c
Log:
Push acquisition of pcbinfo lock out of tcp_usr_attach() into
tcp_attach() after the call to soreserve(), as it doesn't require
the global lock. Rearrange inpcb locking here also.
MFC after: 1 month
Revision Changes Path
1.137 +8 -6 src/sys/netinet/tcp_usrreq.c
More information about the cvs-src
mailing list