cvs commit: src/sys/kern uipc_mbuf.c uipc_mbuf2.c src/sys/sys mbuf.h

Jon Noack noackjr at alumni.rice.edu
Wed Jul 21 01:44:01 PDT 2004


+#define MBUF_CHECKSLEEP(how) do {				\
+	if (how == M_WAITOK)					\
+		WITNESS_WARN(WARN_GIANTOK | WARN_SLEEPOK, NULL,	\
+		    "Sleeping in \"%s\"", __func__);		\
+} while(0)
+

Kernel build broken for !WITNESS...

Jon


More information about the cvs-src mailing list