Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 25 Jun 2002 12:51:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 25 Jun 2002 12:51:29 -0400 Received: from air-2.osdl.org ([65.172.181.6]:5532 "EHLO geena.pdx.osdl.net") by vger.kernel.org with ESMTP id ; Tue, 25 Jun 2002 12:51:28 -0400 Date: Tue, 25 Jun 2002 09:46:23 -0700 (PDT) From: Patrick Mochel X-X-Sender: To: Nick Bellinger cc: David Brownell , , Subject: Re: [PATCH] /proc/scsi/map In-Reply-To: <1024769900.6875.139.camel@subjeKt> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 883 Lines: 19 > This reiterates the need for a sound logical device naming scheme that > fits into driverfs without mucking up the basic structure. Not being a > expert on naming, the least offensive format I can think with regard to > iSCSI would be something along the lines of: The device model will not give devices default names. It will pass the responsibility to userspace, along with the path to the device via /sbin/hotplug. From the patch, the userspace agent can derive various things from the device's directory, including the device type and the UUID of the device. From this, userspace can look up what to name the device. -pat - 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/