cvs commit: src/sys/kern uipc_socket2.c
Robert Watson
rwatson at FreeBSD.org
Sat Mar 12 05:39:40 PST 2005
rwatson 2005-03-12 13:39:39 UTC
FreeBSD src repository
Modified files:
sys/kern uipc_socket2.c
Log:
Extend the coverage of the accept and socket mutexes in soisconnected()
so that the socket lock is held over the test-and-set removal of the
accept filter option during connect, and the two socket mutex regions
(transition to connected, perform accept filter) are combined.
Revision Changes Path
1.145 +3 -3 src/sys/kern/uipc_socket2.c
More information about the cvs-src
mailing list