cvs commit: src/sys/kern uipc_socket.c
Robert Watson
rwatson at FreeBSD.org
Sun Jun 20 10:50:43 PDT 2004
rwatson 2004-06-20 17:50:42 UTC
FreeBSD src repository
Modified files:
sys/kern uipc_socket.c
Log:
When retrieving the SO_LINGER socket option for user space, hold the
socket lock over pulling so_options and so_linger out of the socket
structure in order to retrieve a consistent snapshot. This may be
overkill if user space doesn't require a consistent snapshot.
Revision Changes Path
1.185 +7 -0 src/sys/kern/uipc_socket.c
More information about the cvs-src
mailing list