Skip to content

Commit

Permalink
NFS: NFS_V4 is no longer an EXPERIMENTAL feature
Browse files Browse the repository at this point in the history
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Aug 6, 2010
1 parent d5eff1a commit b3edc2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fs/nfs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)"
Expand Down

0 comments on commit b3edc2b

Please sign in to comment.