Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 20 Jun 2002 17:04:01 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 20 Jun 2002 17:04:00 -0400 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:64266 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Thu, 20 Jun 2002 17:03:58 -0400 Date: Thu, 20 Jun 2002 14:04:23 -0700 (PDT) From: Linus Torvalds To: Martin Dalecki cc: James Bottomley , Kurt Garloff , Linux kernel list , Linux SCSI list Subject: Re: [PATCH] /proc/scsi/map In-Reply-To: <3D124149.6010901@evision-ventures.com> 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: 1071 Lines: 32 On Thu, 20 Jun 2002, Martin Dalecki wrote: > > > > /devices/disks/disk0 -> ../../pci0/00:02.0/02:1f.0/03:07.0/disk0 > ^^^^^^^^^^ You notice the redundancy in naming here :-). I'd rather have redundancy than have horrible names like just "0", thank you very much. It takes up no space, all the dentries are virtual anyway, and a dentry embeds the storage for the first n characters (n ~16 or something like that). > Boah the chierachies are already deep enough. /devices/net/eth@XX > will cut it. There is _no_ excuse for being terse. Also, never EVER use special characters like "@" unless there is _reason_ to use them. I don't see any reason to make a filesystem look like perl. Please use sane names like "disknnn" over insane cryptographically secure filesystem contents like "sd@nnn". Linus - 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/