Date: Tue, 24 Aug 2004 05:28:18 +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_socket.c Message-ID: <200408240528.i7O5SI1G007632@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-08-24 05:28:18 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: Conditional acquisition of socket buffer mutexes when testing socket buffers with kqueue filters is no longer required: the kqueue framework will guarantee that the mutex is held on entering the filter, either due to a call from the socket code already holding the mutex, or by explicitly acquiring it. This removes the last of the conditional socket locking. Revision Changes Path 1.211 +16 -35 src/sys/kern/uipc_socket.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408240528.i7O5SI1G007632>