From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Subject: Re: [Joel.Becker@oracle.com: Re: [Linux-cluster] Re: [PATCH 1/3] dlm: use configfs] Date: Tue, 30 Aug 2005 23:14:24 -0700 Message-ID: <20050831061424.GD28634@kroah.com> References: <20050822144521.24494329.akpm@osdl.org> <20050822215049.GI19387@insight.us.oracle.com> <20050822150505.7978136d.akpm@osdl.org> <20050824071835.GA10235@lst.de> <20050824203352.GB30246@insight.us.oracle.com> <20050825095819.GA4785@lst.de> <20050825174541.GA21228@ca-server1.us.oracle.com> <20050828224826.GA29406@kroah.com> <20050829174134.GE5780@ca-server1.us.oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Joel.Becker@oracle.com, mark.fasheh@oracle.com, hch@lst.de, akpm@osdl.org, linux-fsdevel@vger.kernel.org, wim.coekaerts@oracle.com Return-path: Received: from mail.kroah.org ([69.55.234.183]:7836 "EHLO perch.kroah.org") by vger.kernel.org with ESMTP id S932385AbVHaGVq (ORCPT ); Wed, 31 Aug 2005 02:21:46 -0400 To: Miklos Szeredi Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Mon, Aug 29, 2005 at 09:29:55PM +0200, Miklos Szeredi wrote: > > Fair enough, where in /sys should such things go? /proc/fs is a > > well-known place, but there is no /sys/fs :-) Actually, configfs should probably be mounted in /sys/kernel/config/ Just create that mount point and away you go (look at securityfs and debugfs for examples of how to do this.) It keeps the LSB people happy that you don't go around creating new / directories. > It's pretty easy to create. I had a patch: > > http://marc.theaimsgroup.com/?l=linux-fsdevel&m=110099238515110&w=2 > > to which Greg had a comment: > > http://marc.theaimsgroup.com/?l=linux-fsdevel&m=110114650113580&w=2 > > which I fixed, but I can't find it anymore. Care to resend your fixed patch? thanks, greg k-h