From owner-cvs-src@FreeBSD.ORG Sat Nov 19 20:45:11 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D66E116A47E; Sat, 19 Nov 2005 20:45:10 +0000 (GMT) (envelope-from jdp@polstra.com) Received: from blake.polstra.com (blake.polstra.com [64.81.189.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4441443D45; Sat, 19 Nov 2005 20:45:10 +0000 (GMT) (envelope-from jdp@polstra.com) Received: from strings.polstra.com (strings.polstra.com [64.81.189.67]) by blake.polstra.com (8.13.1/8.13.1) with ESMTP id jAJKj6FJ051225 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 19 Nov 2005 12:45:06 -0800 (PST) (envelope-from jdp@strings.polstra.com) Received: (from jdp@localhost) by strings.polstra.com (8.13.1/8.13.1/Submit) id jAJKj5e3053875; Sat, 19 Nov 2005 12:45:05 -0800 (PST) (envelope-from jdp) Message-ID: X-Mailer: XFMail 1.5.5 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <20051119.133831.81090859.imp@bsdimp.com> Date: Sat, 19 Nov 2005 12:45:05 -0800 (PST) From: John Polstra To: "M. Warner Losh" Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, jeremie@le-hen.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_cd.c scsi_da.c src/sys/geom geom_disk.c geom_disk.h geom_subr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Nov 2005 20:45:11 -0000 On 19-Nov-2005 M. Warner Losh wrote: > In message: > John Polstra writes: >: This commit may or may not fix those panics -- I don't really know. >: There is a lot that can go wrong if you remove a mounted filesystem >: from the system. > > Meaning no offense to John, I somewhat doubt that his fix will help > Jeremie's problems. The problems with mounted file systems and their > disks going away is pervasive in the filesystem (and other) layers and > will require a bunch of work to fix. Yep, that's what I meant, but you said it more clearly. John