From 6e2cbbd2f596f0e4ccbf175e229519c5921ec138 Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Thu, 27 Mar 2008 16:34:40 -0400 Subject: [PATCH] --- yaml --- r: 92836 b: refs/heads/master c: 6ffd4be6336f9c3f1a10822099587544cd0a11d7 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/Kconfig | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index a047d780e114..b0e03f43307a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 03550fac06c4f0c39a1885d46015c28794413c82 +refs/heads/master: 6ffd4be6336f9c3f1a10822099587544cd0a11d7 diff --git a/trunk/fs/Kconfig b/trunk/fs/Kconfig index 1d81be3fef3b..9539848b4110 100644 --- a/trunk/fs/Kconfig +++ b/trunk/fs/Kconfig @@ -1695,7 +1695,6 @@ config NFSD select SUNRPC select EXPORTFS select NFS_ACL_SUPPORT if NFSD_V2_ACL - select PROC_FS if NFSD_V4 select PROC_FS if SUNRPC_GSS help Choose Y here if you want to allow other computers to access @@ -1757,7 +1756,7 @@ config NFSD_V3_ACL config NFSD_V4 bool "NFS server support for NFS version 4 (EXPERIMENTAL)" - depends on NFSD && NFSD_V3 && EXPERIMENTAL + depends on NFSD && NFSD_V3 && PROC_FS && EXPERIMENTAL select FS_POSIX_ACL select RPCSEC_GSS_KRB5 help