From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761585AbXGJCXa (ORCPT ); Mon, 9 Jul 2007 22:23:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757257AbXGJCXV (ORCPT ); Mon, 9 Jul 2007 22:23:21 -0400 Received: from mx1.suse.de ([195.135.220.2]:38028 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756268AbXGJCXU (ORCPT ); Mon, 9 Jul 2007 22:23:20 -0400 From: NeilBrown To: Andrew Morton Date: Tue, 10 Jul 2007 12:23:04 +1000 Message-Id: <1070710022304.12950@suse.de> X-face: [Gw_3E*Gng}4rRrKRYotwlE?.2|**#s9D Cc: J "." Bruce Fields Cc: Neil Brown Subject: [PATCH 002 of 20] knfsd: nfsd4: build rpcsec_gss whenever nfsd4 is built References: <20070710121949.12548.patches@notabene> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org From: J. Bruce Fields Select rpcsec_gss support whenever asked for NFSv4 support. The rfc actually requires gss, and gss is also the main reason to migrate to v4. We already do this on the client side. Signed-off-by: "J. Bruce Fields" Signed-off-by: Neil Brown ### Diffstat output ./fs/Kconfig | 1 + 1 file changed, 1 insertion(+) diff .prev/fs/Kconfig ./fs/Kconfig --- .prev/fs/Kconfig 2007-07-10 11:19:59.000000000 +1000 +++ ./fs/Kconfig 2007-07-10 11:26:04.000000000 +1000 @@ -1725,6 +1725,7 @@ config NFSD_V3_ACL config NFSD_V4 bool "Provide NFSv4 server support (EXPERIMENTAL)" depends on NFSD_V3 && EXPERIMENTAL + select RPCSEC_GSS_KRB5 help If you would like to include the NFSv4 server as well as the NFSv2 and NFSv3 servers, say Y here. This feature is experimental, and