From owner-freebsd-current@FreeBSD.ORG Tue Mar 24 15:37:00 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C3211065679 for ; Tue, 24 Mar 2009 15:37:00 +0000 (UTC) (envelope-from mwest@zeeb.org) Received: from zeeb.org (zeeb.org [88.198.32.244]) by mx1.freebsd.org (Postfix) with ESMTP id 503028FC17 for ; Tue, 24 Mar 2009 15:37:00 +0000 (UTC) (envelope-from mwest@zeeb.org) Received: from mwest by zeeb.org with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Lm8fH-000Fjk-UX; Tue, 24 Mar 2009 15:35:43 +0000 Date: Tue, 24 Mar 2009 15:35:43 +0000 From: Matthew West To: TooMany Secrets Message-ID: <20090324153543.GA38824@zeeb.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) Sender: Matthew West Cc: freebsd-current@freebsd.org Subject: Re: Messages about ffs. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Mar 2009 15:37:00 -0000 On Sun, Mar 22, 2009 at 12:26:22PM +0100, TooMany Secrets wrote: > Because is my first time running a CURRENT system with witness and > debug options enabled, I don't know if the tty/log obtained messages > are normal or not: Those are lock order reversals (LORs), and are to be expected if you're running a kernel with the WITNESS option enabled. You can read more about it here: http://sources.zabbadoz.net/freebsd/lor.html