The patch titled knfsd: nfsd4: build rpcsec_gss whenever nfsd4 is built has been removed from the -mm tree. Its filename was knfsd-nfsd4-build-rpcsec_gss-whenever-nfsd4-is-built.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: knfsd: nfsd4: build rpcsec_gss whenever nfsd4 is built From: J. Bruce Fields <bfields@xxxxxxxxxxxxxx> 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" <bfields@xxxxxxxxxxxxxx> Signed-off-by: Neil Brown <neilb@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/Kconfig | 1 + 1 file changed, 1 insertion(+) diff -puN fs/Kconfig~knfsd-nfsd4-build-rpcsec_gss-whenever-nfsd4-is-built fs/Kconfig --- a/fs/Kconfig~knfsd-nfsd4-build-rpcsec_gss-whenever-nfsd4-is-built +++ a/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 _ Patches currently in -mm which might be from bfields@xxxxxxxxxxxxxx are origin.patch auth_gss-unregister-gss_domain-when-unloading-module.patch git-vfs-lease-api.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html