Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 26 Feb 2003 13:18:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 26 Feb 2003 13:18:32 -0500 Received: from 12-231-249-244.client.attbi.com ([12.231.249.244]:41732 "HELO kroah.com") by vger.kernel.org with SMTP id ; Wed, 26 Feb 2003 13:18:30 -0500 Date: Wed, 26 Feb 2003 10:20:31 -0800 From: Greg KH To: Kevin Corry Cc: Joe Thornber , Linux Mailing List Subject: Re: [PATCH 6/8] dm: allow slashes in dm device names Message-ID: <20030226182031.GB16350@kroah.com> References: <20030226170537.GA8289@fib011235813.fsnet.co.uk> <20030226171157.GF8369@fib011235813.fsnet.co.uk> <20030226173804.GA16095@kroah.com> <03022612171202.05199@boiler> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <03022612171202.05199@boiler> User-Agent: Mutt/1.4i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1159 Lines: 28 On Wed, Feb 26, 2003 at 12:17:12PM -0600, Kevin Corry wrote: > On Wednesday 26 February 2003 11:38, Greg KH wrote: > > On Wed, Feb 26, 2003 at 05:11:57PM +0000, Joe Thornber wrote: > > > Allow slashes ('/') within a DM device name, but not at the beginning. > > > > > > Devfs will automatically create all necessary sub-directories if a name > > > with embedded slashes is registered. [Kevin Corry] > > > > Does this interact with the block device name representation in sysfs? > > I don't think sysfs can handle names with '/' very well. > > This patch shouldn't affect DM's interaction with sysfs. > > The names in sysfs are generated by the DM core, and are all called "dm-x", > where x is the device minor number. Ok, but it sure would be nice to see the "name" in sysfs instead of the minor number, right? Just thinking of how this would affect my much-out-of-date sysfs dm patches :) thanks, greg k-h - 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/