Date: Sun, 23 Apr 2006 15:33:38 +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: <200604231533.k3NFXc1u077584@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2006-04-23 15:33:38 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: Move handling of SQ_COMP exception case in sofree() to the top of the function along with the remainder of the reference checking code. Move comment from body to header with remainder of comments. Inclusion of a socket in a completed connection queue counts as a true reference, and should not be handled as an under-documented edge case. MFC after: 3 months Revision Changes Path 1.264 +5 -17 src/sys/kern/uipc_socket.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604231533.k3NFXc1u077584>