From: J. Bruce Fields <[EMAIL PROTECTED]> 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" <[EMAIL PROTECTED]> Signed-off-by: Neil Brown <[EMAIL PROTECTED]> ### 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 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/