Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 3 Oct 2002 17:28:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 3 Oct 2002 17:28:29 -0400 Received: from mail.zedat.fu-berlin.de ([130.133.1.48]:57634 "EHLO Mail.ZEDAT.FU-Berlin.DE") by vger.kernel.org with ESMTP id ; Thu, 3 Oct 2002 17:28:27 -0400 Message-Id: Content-Type: text/plain; charset=US-ASCII From: Oliver Neukum To: Greg KH , Alexander Viro Subject: Re: [Evms-devel] Re: EVMS Submission for 2.5 Date: Thu, 3 Oct 2002 21:52:12 +0200 X-Mailer: KMail [version 1.3.2] Cc: Kevin Corry , linux-kernel@vger.kernel.org, evms-devel@lists.sourceforge.net References: <20021003161320.GA32588@kroah.com> <20021003163018.GC32588@kroah.com> In-Reply-To: <20021003163018.GC32588@kroah.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 882 Lines: 22 > All devices that have a "struct device" (which should be about > everything these days, if not, please let me know), cause a > /sbin/hotplug event to happen. This event says what type of device was > added or removed, and includes the location of the device in the > driverfs tree so that userspace can then determine what it wants to do > with this device. device != medium There's a need to report that as well. The current hotplugging model needs some more types of events before it is ready for all types of applications. In fact a change of medium can radically alter features of a device, eg. from ro to rw. Regards Oliver - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/