Date: Thu, 15 Sep 2005 19:07:14 +0000 (UTC) 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: <200509151907.j8FJ7EB8008215@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2005-09-15 19:07:14 UTC FreeBSD src repository Modified files: sys/kern subr_witness.c Log: - Enforce an implicit lock order that Giant cannot be locked while holding any other non-sleepable lock. In plain English: Giant comes before all other mutexes. - Add some extra description to the lock order reversal printf's to indicate when a reversal is triggered by a hard-coded implicit rule. Requested by: truckman (2) MFC after: 1 week Revision Changes Path 1.201 +17 -1 src/sys/kern/subr_witness.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509151907.j8FJ7EB8008215>