From: J. Bruce Fields Date: Tue, 17 Jul 2007 11:04:41 +0000 (-0700) Subject: knfsd: nfsd4: build rpcsec_gss whenever nfsd4 is built X-Git-Tag: v2.6.23-rc1~652 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=42ed95c4e7415714aaab604ae7b1602b87b27b73;p=karo-tx-linux.git knfsd: nfsd4: build rpcsec_gss whenever nfsd4 is built 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/Kconfig b/fs/Kconfig index ee11f8d94085..613df554728d 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -1675,6 +1675,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