Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261231AbVAaPUR (ORCPT ); Mon, 31 Jan 2005 10:20:17 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261232AbVAaPUR (ORCPT ); Mon, 31 Jan 2005 10:20:17 -0500 Received: from scrub.xs4all.nl ([194.109.195.176]:35257 "EHLO scrub.xs4all.nl") by vger.kernel.org with ESMTP id S261231AbVAaPUN (ORCPT ); Mon, 31 Jan 2005 10:20:13 -0500 Date: Mon, 31 Jan 2005 16:16:56 +0100 (CET) From: Roman Zippel X-X-Sender: roman@scrub.home To: Adrian Bunk cc: Christoph Hellwig , Andrew Morton , Paul Blazejowski , linux-kernel@vger.kernel.org, Nathan Scott Subject: Re: 2.6.11-rc2-mm2 In-Reply-To: <20050131151008.GM18316@stusta.de> Message-ID: 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> <20050130231055.GA7103@stusta.de> <20050131151008.GM18316@stusta.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 563 Lines: 23 Hi, On Mon, 31 Jan 2005, Adrian Bunk wrote: > > Why not just let XFS_FS select EXPORTFS directly: > > > > config XFS_FS > > select EXPORTFS if NFSD > > This has the wrong semantics: > With NFSD=m and XFS_FS=y it only sets EXPORTFS=m. This should do it then: config XFS_FS select EXPORTFS if NFSD!=n bye, Roman - 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/