On Jan 25, 2008, at 6:16 PM, J. Bruce Fields wrote:
The server depends on upcalls under /proc to support nfsv4 and gss.Acked-by: NeilBrown <[EMAIL PROTECTED]> Signed-off-by: J. Bruce Fields <[EMAIL PROTECTED]> --- fs/Kconfig | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/fs/Kconfig b/fs/Kconfig index 487236c..e81fcd6 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -1679,6 +1679,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 helpIf 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
I'm no Kconfig guru... but wouldn't this be better expressed as a "depends" clause?
i.e. CONFIG_NFSD_V4 and SUNRPC_GSS should depend on PROC_FS -- otherwise, someone might deselect PROC_FS, then select NFSV4 or GSS, and get a surprise.
-- Chuck Lever chuck[dot]lever[at]oracle[dot]com - To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
