cvs commit: src/sys/kern uipc_socket.c
Robert Watson
rwatson at FreeBSD.org
Mon Aug 30 10:54:58 PDT 2004
rwatson 2004-08-30 17:54:57 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/kern uipc_socket.c
Log:
Merge kern_socket.c:1.211 to RELENG_5:
date: 2004/08/24 05:28:18; author: rwatson; state: Exp; lines: +16 -35
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.
Approved by: re (scottl)
Revision Changes Path
1.208.2.1 +16 -35 src/sys/kern/uipc_socket.c
More information about the cvs-src
mailing list