Date: Thu, 23 Dec 2004 01:07:12 +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: <200412230107.iBN17Cbw095200@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-12-23 01:07:12 UTC FreeBSD src repository Modified files: sys/kern uipc_socket.c Log: Remove an XXXRW indicating atomic operations might be used as a substitute for a global mutex protecting the socket count and generation number. The observation that soreceive_rcvoob() can't return an mbuf chain is a property, not a bug, so remove the XXXRW. In sorflush, s/existing/previous/ for code when describing prior behavior. For SO_LINGER socket option retrieval, remove an XXXRW about why we hold the mutex: this is correct and not dubious. MFC after: 2 weeks Revision Changes Path 1.223 +4 -12 src/sys/kern/uipc_socket.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412230107.iBN17Cbw095200>