From owner-freebsd-current@FreeBSD.ORG Wed Dec 3 11:45:02 2003 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 71BBE16A4CE; Wed, 3 Dec 2003 11:45:02 -0800 (PST) Received: from beastie.mckusick.com (beastie.mckusick.com [209.31.233.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33C1D43FEA; Wed, 3 Dec 2003 11:45:00 -0800 (PST) (envelope-from mckusick@beastie.mckusick.com) Received: from beastie.mckusick.com (localhost [127.0.0.1]) by beastie.mckusick.com (8.12.8/8.12.3) with ESMTP id hB3JixaG060211; Wed, 3 Dec 2003 11:44:59 -0800 (PST) (envelope-from mckusick@beastie.mckusick.com) Message-Id: <200312031944.hB3JixaG060211@beastie.mckusick.com> To: Robert Watson In-Reply-To: Your message of "Wed, 03 Dec 2003 08:19:54 EST." Date: Wed, 03 Dec 2003 11:44:59 -0800 From: Kirk McKusick cc: current@FreeBSD.org Subject: Re: panic: initiate_write_inodeblock_ufs2: already started 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: Wed, 03 Dec 2003 19:45:02 -0000 X-List-Received-Date: Wed, 03 Dec 2003 19:45:02 -0000 This error happens if things are not properly locked. As per my previous message, I am not able to look at it now, but am hoping that resolving some of the other races will solve this as well. Kirk McKusick