Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 20 Mar 2002 11:44:34 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 20 Mar 2002 11:44:24 -0500 Received: from pat.uio.no ([129.240.130.16]:8657 "EHLO pat.uio.no") by vger.kernel.org with ESMTP id ; Wed, 20 Mar 2002 11:44:04 -0500 To: Anton Altaparmakov Cc: eddantes@wanadoo.fr, Linux Kernel Mailing List Subject: Re: [2.5.7] undefined reference to `sys_nfsservctl' In-Reply-To: From: Trond Myklebust Date: 20 Mar 2002 17:43:55 +0100 Message-ID: Lines: 16 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) 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 >>>>> " " == Anton Altaparmakov writes: > Al Viro has a patch for this on his ftp site but you can get > over the compile problemy by simply enabling both nfs and nfs > server in the kernel configuration, no patch needed in that > case... I.e. you want to set these: >> # CONFIG_NFS_FS is not set CONFIG_NFS_V3 is not set CONFIG_NFSD >> # is not set CONFIG_NFSD_V3 is not set No point in compile in the NFS client unless you really need it. sys_nfsservctl is a knfsd-only thing, so you shouldn't need either CONFIG_NFS_FS or CONFIG_NFS_V3 if you only want get around the bug. Cheers, Trond - 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/