Date: Thu, 23 Aug 2001 15:44:47 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_witness.c Message-ID: <200108232244.f7NMilA69528@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2001/08/23 15:44:47 PDT Modified files: sys/kern subr_witness.c Log: Convert some KASSERT()'s into if (foo) panic() because they are testing how locks are managed by the rest of the kernel, not verifying the internal integrity of witness itself. Revision Changes Path 1.83 +13 -11 src/sys/kern/subr_witness.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108232244.f7NMilA69528>