]> Git Repo - linux.git/commitdiff
NFS: NFSv4.1 is no longer a "developer only" feature
authorTrond Myklebust <[email protected]>
Wed, 4 Aug 2010 18:39:16 +0000 (14:39 -0400)
committerTrond Myklebust <[email protected]>
Fri, 6 Aug 2010 17:41:41 +0000 (13:41 -0400)
Mark it as 'experimental' instead, since in practice, NFSv4.1 should now be
relatively stable.

Signed-off-by: Trond Myklebust <[email protected]>
fs/nfs/Kconfig

index d55f3f5371b2c7c2b729399be7a61799dc6fdacc..cc1bb33b59b8d919b64c3b8c2895c3b08c6d80f5 100644 (file)
@@ -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"
This page took 0.052876 seconds and 4 git commands to generate.