Date: Thu, 3 Jun 2004 13:07:44 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_witness.c Message-ID: <200406032007.i53K7jlE013048@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2004/06/03 13:07:44 PDT FreeBSD src repository Modified files: sys/kern subr_witness.c Log: - Comment out NULL, NULL barrier for Unix domain sockets section as the double NULL entries signal Witness to stop processing the array of order entries meaning none of the spin locks are added resulting in panics on boot. - Add a missing NULL, NULL terminator to the Slip locks list to keep them separate from the spin locks. Revision Changes Path 1.173 +2 -1 src/sys/kern/subr_witness.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406032007.i53K7jlE013048>