From owner-cvs-all Mon Aug 27 6:33:37 2001 Delivered-To: cvs-all@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id CBF1D37B401; Mon, 27 Aug 2001 06:33:28 -0700 (PDT) (envelope-from dima@unixfreak.org) Received: by bazooka.unixfreak.org (Postfix, from userid 1000) id 4CFF83E31; Mon, 27 Aug 2001 06:33:17 -0700 (PDT) Received: from bazooka.unixfreak.org (localhost [127.0.0.1]) by bazooka.unixfreak.org (Postfix) with ESMTP id 4159B3C12B; Mon, 27 Aug 2001 06:33:17 -0700 (PDT) To: Maxim Sobolev Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/md md.c In-Reply-To: <200108271325.f7RDPmb31236@freefall.freebsd.org>; from sobomax@FreeBSD.org on "Mon, 27 Aug 2001 06:25:48 -0700 (PDT)" Date: Mon, 27 Aug 2001 06:33:12 -0700 From: Dima Dorfman Message-Id: <20010827133317.4CFF83E31@bazooka.unixfreak.org> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Maxim Sobolev wrote: > sobomax 2001/08/27 06:25:48 PDT > > Modified files: > sys/dev/md md.c > Log: > - On module unload try to detach all configured disks and let unload proceed > if all disks were detached sucessfully; I'm not sure this is wise. More likely than not, trying to unload md while there are still disks attached is a mistake on the user's part, especially considering that most people aren't going to be loading and unloading it on a regular basis. I understand why this may be useful for a developer working on md, but it seems counter-intuitive from a regular user's perspective. Just my opinion, of course. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message