Skip to content

Commit

Permalink
NFS: NFSv4.1 is no longer a "developer only" feature
Browse files Browse the repository at this point in the history
Mark it as 'experimental' instead, since in practice, NFSv4.1 should now be
relatively stable.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
  • Loading branch information
Trond Myklebust authored and Trond Myklebust committed Aug 6, 2010
1 parent b3edc2b commit 3dce9a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs/nfs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ config NFS_V4
If unsure, say Y.

config NFS_V4_1
bool "NFS client support for NFSv4.1 (DEVELOPER ONLY)"
bool "NFS client support for NFSv4.1 (EXPERIMENTAL)"
depends on NFS_V4 && EXPERIMENTAL
help
This option enables support for minor version 1 of the NFSv4 protocol
(draft-ietf-nfsv4-minorversion1) in the kernel's NFS client.

Unless you're an NFS developer, say N.
If unsure, say N.

config ROOT_NFS
bool "Root file system on NFS"
Expand Down

0 comments on commit 3dce9a5

Please sign in to comment.