aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/Kconfig
diff options
context:
space:
mode:
authorTrond Myklebust <Trond.Myklebust@netapp.com>2010-08-04 14:38:01 -0400
committerTrond Myklebust <Trond.Myklebust@netapp.com>2010-08-06 13:41:40 -0400
commitb3edc2bc19b4856c705f4aea3f5472970b99f386 (patch)
tree07ec70d15a9658b8fdc48afb22dfba2f308d376f /fs/nfs/Kconfig
parentd5eff1a3412f6d75bf28f423c5015ece8055407a (diff)
NFS: NFS_V4 is no longer an EXPERIMENTAL feature
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/Kconfig')
-rw-r--r--fs/nfs/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig
index a43d07e7b924..d55f3f5371b2 100644
--- a/fs/nfs/Kconfig
+++ b/fs/nfs/Kconfig
@@ -61,8 +61,8 @@ config NFS_V3_ACL
If unsure, say N.
config NFS_V4
- bool "NFS client support for NFS version 4 (EXPERIMENTAL)"
- depends on NFS_FS && EXPERIMENTAL
+ bool "NFS client support for NFS version 4"
+ depends on NFS_FS
select RPCSEC_GSS_KRB5
help
This option enables support for version 4 of the NFS protocol
@@ -72,7 +72,7 @@ config NFS_V4
space programs which can be found in the Linux nfs-utils package,
available from http://linux-nfs.org/.
- If unsure, say N.
+ If unsure, say Y.
config NFS_V4_1
bool "NFS client support for NFSv4.1 (DEVELOPER ONLY)"