Date: Sat, 12 Mar 2005 13:39:39 +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/kern uipc_socket2.c Message-ID: <200503121339.j2CDddHZ046663@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503121339.j2CDddHZ046663>
