Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261827AbVA3XLD (ORCPT ); Sun, 30 Jan 2005 18:11:03 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261828AbVA3XLD (ORCPT ); Sun, 30 Jan 2005 18:11:03 -0500 Received: from emailhub.stusta.mhn.de ([141.84.69.5]:31237 "HELO mailout.stusta.mhn.de") by vger.kernel.org with SMTP id S261827AbVA3XK4 (ORCPT ); Sun, 30 Jan 2005 18:10:56 -0500 Date: Mon, 31 Jan 2005 00:10:55 +0100 From: Adrian Bunk To: Roman Zippel Cc: Christoph Hellwig , Andrew Morton , Paul Blazejowski , linux-kernel@vger.kernel.org, Nathan Scott Subject: Re: 2.6.11-rc2-mm2 Message-ID: <20050130231055.GA7103@stusta.de> References: <9dda349205012923347bc6a456@mail.gmail.com> <20050129235653.1d9ba5a9.akpm@osdl.org> <20050130105429.GA28300@infradead.org> <20050130105738.GA28387@infradead.org> <20050130120009.GG3185@stusta.de> <20050130121241.GH3185@stusta.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6+20040907i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1063 Lines: 42 On Mon, Jan 31, 2005 at 12:00:05AM +0100, Roman Zippel wrote: > Hi, > > On Sun, 30 Jan 2005, Adrian Bunk wrote: > > > > > +config WANT_EXPORTFS > > + tristate > > + select EXPORTFS > > + > > config EXPORTFS > > tristate > > - default NFSD > > > > What's the difference between these two? WANT_EXPORTFS gets selected by NFSD. EXPORTFS is usually WANT_EXPORTFS, but if WANT_EXPORTFS=m and XFS_WANT_EXPORT=y, then EXPORTFS=y. Since XFS_WANT_EXPORT itself depends on WANT_EXPORTFS this was my workaround to avoid a circular dependency. > bye, Roman cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed - 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/