Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932525AbWBXVgK (ORCPT ); Fri, 24 Feb 2006 16:36:10 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932564AbWBXVgK (ORCPT ); Fri, 24 Feb 2006 16:36:10 -0500 Received: from pentafluge.infradead.org ([213.146.154.40]:4051 "EHLO pentafluge.infradead.org") by vger.kernel.org with ESMTP id S932525AbWBXVgJ (ORCPT ); Fri, 24 Feb 2006 16:36:09 -0500 Date: Fri, 24 Feb 2006 21:35:54 +0000 From: Christoph Hellwig To: Steven Whitehouse Cc: Andrew Morton , David Teigland , linux-kernel@vger.kernel.org Subject: Re: GFS2 Filesystem [0/16] Message-ID: <20060224213553.GA8817@infradead.org> Mail-Followup-To: Christoph Hellwig , Steven Whitehouse , Andrew Morton , David Teigland , linux-kernel@vger.kernel.org References: <1140792511.6400.707.camel@quoit.chygwyn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1140792511.6400.707.camel@quoit.chygwyn.com> User-Agent: Mutt/1.4.2.1i X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1074 Lines: 19 > b) The .gfs2_admin directory exposes the internal files that GFS uses > to store various bits of file system related information. This means > that we've been able to remove virtually all the ioctl() calls from > GFS2. There is one ioctl() call left which relates to > getting/setting GFS2 specific flags on files. The various GFS2 tools > will be updated in due course to use this new interface. Without even looking at the code a strong NACK here. This is polluting the namespace which is not acceptable. Please implement a second filesystem type gfsmeta to do this kind of admin work. Search for ext2meta which did something similar. Or use a completely different approach, I'd need to look at the actual functionality provided to give a better advice, but currently I'm lacking the time for that. - 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/