Date: Sun, 03 Jul 2005 01:25:14 -0000 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_usrreq.c Message-ID: <200502200418.j1K4INOf088206@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2005-02-20 04:18:23 UTC FreeBSD src repository Modified files: sys/kern uipc_usrreq.c Log: Move assignment of UNIX domain socket pcb during unp_attach() outside of the global UNIX domain socket mutex: no protection is needed that early in the setup of the UNIX domain socket and socket structures. MFC after: 3 days Revision Changes Path 1.147 +1 -1 src/sys/kern/uipc_usrreq.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502200418.j1K4INOf088206>