Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261741AbUKPOB2 (ORCPT ); Tue, 16 Nov 2004 09:01:28 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261734AbUKPOBX (ORCPT ); Tue, 16 Nov 2004 09:01:23 -0500 Received: from mail.euroweb.hu ([193.226.220.4]:13482 "HELO mail.euroweb.hu") by vger.kernel.org with SMTP id S261738AbUKPOBS (ORCPT ); Tue, 16 Nov 2004 09:01:18 -0500 To: rcpt-linux-fsdevel.AT.vger.kernel.org@jankratochvil.net CC: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org In-reply-to: <20041116120226.A27354@pauline.vellum.cz> (message from Jan Kratochvil on Tue, 16 Nov 2004 12:02:26 +0100) Subject: Re: [PATCH] [Request for inclusion] Filesystem in Userspace References: <84144f0204111602136a9bbded@mail.gmail.com> <20041116120226.A27354@pauline.vellum.cz> Message-Id: From: Miklos Szeredi Date: Tue, 16 Nov 2004 15:01:10 +0100 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 976 Lines: 24 > "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. So placing it in /proc doesn't seem to me such a bad idea. > Also I am not sure human-readable "fuse/version" is required there at all. > Regular FUSE request enlisted in 'enum fuse_opcode' would be enough. This would break the assumption that no requests can be received until the filesystem is mounted. Miklos - 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/