Date: Sun, 22 Aug 2004 20:04:56 +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_usrreq.c Message-ID: <200408222004.i7MK4uK1042964@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2004-08-22 20:04:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/kern uipc_usrreq.c Log: MT5 uipc_usrreq.c:1.139: date: 2004/08/19 01:45:16; author: rwatson; state: Exp; lines: +10 -2 Add UNP_UNLOCK_ASSERT() to asser that the UNIX domain socket subsystem lock is not held. Rather than annotating that the lock is released after calls to unp_detach() with a comment, annotate with an assertion. Assert that the UNIX domain socket subsystem lock is not held when unp_externalize() and unp_internalize() are called. Approved by: re (kensmith) Revision Changes Path 1.138.2.1 +10 -2 src/sys/kern/uipc_usrreq.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408222004.i7MK4uK1042964>