From owner-freebsd-current@FreeBSD.ORG Tue Aug 24 12:58:21 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D40C416A4D0 for ; Tue, 24 Aug 2004 12:58:21 +0000 (GMT) Received: from smtp02.syd.iprimus.net.au (smtp02.syd.iprimus.net.au [210.50.76.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2C6743D1F for ; Tue, 24 Aug 2004 12:58:21 +0000 (GMT) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (202.138.38.219) by smtp02.syd.iprimus.net.au (7.0.028) id 412630F10015717A; Tue, 24 Aug 2004 22:58:19 +1000 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 7B5D24207; Tue, 24 Aug 2004 22:58:18 +1000 (EST) Date: Tue, 24 Aug 2004 22:58:18 +1000 From: Tim Robbins To: Martin Blapp Message-ID: <20040824125818.GA25828@cat.robbins.dropbear.id.au> References: <20040824142129.S96700@cvs.imp.ch> <20040824124516.GA25734@cat.robbins.dropbear.id.au> <20040824144832.S96700@cvs.imp.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040824144832.S96700@cvs.imp.ch> User-Agent: Mutt/1.4.1i cc: freebsd-current@freebsd.org Subject: Re: panic: getnewbuf: locked buf X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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 Aug 2004 12:58:22 -0000 On Tue, Aug 24, 2004 at 02:48:57PM +0200, Martin Blapp wrote: > > Hi, > > > This has already been fixed in -CURRENT and will presumably be merged into > > RELENG_5 in the next day or two. > > Can you point me to the responsable commit ? kern_lock.c 1.75 Tim