Date: Tue, 5 Sep 2006 15:38:49 -0400 From: John Baldwin <jhb@freebsd.org> To: freebsd-current@freebsd.org Cc: Randall Stewart <rrs@cisco.com> Subject: Re: Interesting lock issue mtx_flags = 0x6? Message-ID: <200609051538.50339.jhb@freebsd.org> In-Reply-To: <44FC166B.2060809@cisco.com> References: <44FC1188.7050600@cisco.com> <44FC166B.2060809@cisco.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 04 September 2006 08:04, Randall Stewart wrote: > Never mind.. I think I just figiured it out.. its > a foo-bar on my part :-D Yeah, that constant is MTX_DESTROYED which is written into mtx_lock in mtx_destroy() so that any later mtx_lock's will hang or panic. :) -- John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609051538.50339.jhb>