From owner-cvs-all@FreeBSD.ORG Sun Apr 1 16:16:01 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B7E9116A403; Sun, 1 Apr 2007 16:16:01 +0000 (UTC) (envelope-from dunstan@freebsd.czest.pl) Received: from freebsd.czest.pl (freebsd.czest.pl [80.48.250.4]) by mx1.freebsd.org (Postfix) with ESMTP id 094B713C465; Sun, 1 Apr 2007 16:16:00 +0000 (UTC) (envelope-from dunstan@freebsd.czest.pl) Received: from freebsd.czest.pl (freebsd.czest.pl [80.48.250.4]) by freebsd.czest.pl (8.13.4/8.12.9) with ESMTP id l31GNbFA015201; Sun, 1 Apr 2007 16:23:37 GMT (envelope-from dunstan@freebsd.czest.pl) Received: (from dunstan@localhost) by freebsd.czest.pl (8.13.4/8.12.9/Submit) id l31GNaOi015200; Sun, 1 Apr 2007 16:23:37 GMT (envelope-from dunstan) Date: Sun, 1 Apr 2007 16:23:36 +0000 From: "Wojciech A. Koszek" To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20070401162335.GA15155@FreeBSD.czest.pl> References: <200704011548.l31FmB3U040323@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <200704011548.l31FmB3U040323@repoman.freebsd.org> User-Agent: Mutt/1.4.2.1i X-Greylist: Sender DNS name whitelisted, not delayed by milter-greylist-2.0.2 (freebsd.czest.pl [80.48.250.4]); Sun, 01 Apr 2007 16:23:37 +0000 (UTC) Cc: Subject: Re: cvs commit: src/sys/kern subr_witness.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Apr 2007 16:16:01 -0000 On Sun, Apr 01, 2007 at 03:48:10PM +0000, Wojciech A. Koszek wrote: > wkoszek 2007-04-01 15:48:10 UTC > > FreeBSD src repository > > Modified files: > sys/kern subr_witness.c > Log: > ng_node and ng_worklist locks both migrated from being spinning locks to > adaptive mutexes. Let witness(4) calm down and bring proper types of those > locks to the lock order database. > > Glanced at by: rwatson > > Revision Changes Path > 1.227 +6 -2 src/sys/kern/subr_witness.c Robert did read-only, Sunday review, while I compiled and tested the kernel with NETGRAPH and WITNESS present and typical kernel, with WITNESS and netgraph.ko loaded as KLD. -- Wojciech A. Koszek wkoszek@FreeBSD.org http://FreeBSD.czest.pl/dunstan/