Date: Sun, 25 Nov 2001 01:53:25 +0100 From: Maxime Henrion <mux@qualys.com> To: Hiten Pandya <hitmaster2k@yahoo.com> Cc: current@FreeBSD.org Subject: Re: some info (new) Message-ID: <20011125015325.B831@nebula.noos.fr> In-Reply-To: <20011125004705.22380.qmail@web21109.mail.yahoo.com> References: <20011125014200.A831@nebula.noos.fr> <20011125004705.22380.qmail@web21109.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hiten Pandya wrote: > one more question... if there is a lock order > reversal.. is there a way that can be solved.. for > e.g. by using on of the MTX_XX things... The lock order verification is not part of the mtx API. It's debugging stuff activated by default in -CURRENT. If you do not want to see these warnings, remove ``options WITNESS'' from your kernel conf or patch the code to solve the problem :-) Regards, Maxime Henrion -- Don't be fooled by cheap finnish imitations ; BSD is the One True Code To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011125015325.B831>