From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [PATCH] [Request for inclusion] Filesystem in Userspace Date: Tue, 16 Nov 2004 08:33:14 -0800 Message-ID: <20041116163314.GA6264@kroah.com> References: <84144f0204111602136a9bbded@mail.gmail.com> <20041116120226.A27354@pauline.vellum.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: rcpt-linux-fsdevel.AT.vger.kernel.org@jankratochvil.net, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Return-path: Received: from mail.kroah.org ([69.55.234.183]:27861 "EHLO perch.kroah.org") by vger.kernel.org with ESMTP id S262020AbUKPQgv (ORCPT ); Tue, 16 Nov 2004 11:36:51 -0500 To: Miklos Szeredi Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Tue, Nov 16, 2004 at 03:01:10PM +0100, Miklos Szeredi wrote: > > "fuse/version" you have in /proc while it belongs to /proc > > "fuse/dev" you have in /proc while it belongs to /dev > > Well, 'Documentation/devices.txt' says: > > THE DEVICE REGISTRY IS OFFICIALLY FROZEN FOR LINUS TORVALDS' KERNEL > TREE. At Linus' request, no more allocations will be made official > for Linus' kernel tree; the 3 June 2001 version of this list is the > official final version of this registry. Not true, you can get new numbers. Don't put things that should be in /dev into /proc, not allowed. > So placing it in /proc doesn't seem to me such a bad idea. No. Actually, put it in sysfs, and then udev will create your /dev node for you automatically. And in sysfs you can put your other stuff (version, etc.) which is the proper place for it. thanks, greg k-h