From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Wilcox Subject: Re: [PATCH 13/16] GFS2: Makefiles and Kconfig Date: Fri, 21 Apr 2006 10:49:10 -0600 Message-ID: <20060421164910.GV24104@parisc-linux.org> References: <1145636558.3856.118.camel@quoit.chygwyn.com> <20060421164309.GE19754@stusta.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Steven Whitehouse , Andrew Morton , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Return-path: Received: from palinux.external.hp.com ([192.25.206.14]:51146 "EHLO palinux.external.hp.com") by vger.kernel.org with ESMTP id S932069AbWDUQtL (ORCPT ); Fri, 21 Apr 2006 12:49:11 -0400 To: Adrian Bunk Content-Disposition: inline In-Reply-To: <20060421164309.GE19754@stusta.de> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Fri, Apr 21, 2006 at 06:43:09PM +0200, Adrian Bunk wrote: > > --- /dev/null > > +++ b/fs/gfs2/Kconfig > > @@ -0,0 +1,46 @@ > > +config GFS2_FS > > + tristate "GFS2 file system support" > > + default m > > + depends on EXPERIMENTAL > > + select FS_POSIX_ACL > > + select SYSFS > >... > > - "depends on SYSFS" instead of the select Why? It's more natural to select it rather than depend on it.