From: J. Bruce Fields Date: Mon, 12 Nov 2007 22:09:49 +0000 (-0500) Subject: nfsd: select CONFIG_PROC_FS in nfsv4 and gss server cases X-Git-Tag: v2.6.25-rc1~1072^2~80 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=440bcc592052e42c7050a51489c65e18df4a0636;p=linux-2.6 nfsd: select CONFIG_PROC_FS in nfsv4 and gss server cases The server depends on upcalls under /proc to support nfsv4 and gss. Acked-by: NeilBrown Signed-off-by: J. Bruce Fields --- diff --git a/fs/Kconfig b/fs/Kconfig index 219ec06a8c..987b5d7cb2 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -1674,6 +1674,8 @@ config NFSD select CRYPTO_MD5 if NFSD_V4 select CRYPTO if NFSD_V4 select FS_POSIX_ACL if NFSD_V4 + select PROC_FS if NFSD_V4 + select PROC_FS if SUNRPC_GSS help If you want your Linux box to act as an NFS *server*, so that other computers on your local network which support NFS can access certain