diff options
| author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2010-08-04 14:39:16 -0400 |
|---|---|---|
| committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2010-08-06 13:41:41 -0400 |
| commit | 3dce9a5c3a39a664e372886ea86c42ae7ae33dfc (patch) | |
| tree | 064ff350d0249f9b60871e018ae17c3d32300913 | |
| parent | b3edc2bc19b4856c705f4aea3f5472970b99f386 (diff) | |
NFS: NFSv4.1 is no longer a "developer only" feature
Mark it as 'experimental' instead, since in practice, NFSv4.1 should now be
relatively stable.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
| -rw-r--r-- | fs/nfs/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig index d55f3f5371b2..cc1bb33b59b8 100644 --- a/fs/nfs/Kconfig +++ b/fs/nfs/Kconfig | |||
| @@ -75,13 +75,13 @@ config NFS_V4 | |||
| 75 | If unsure, say Y. | 75 | If unsure, say Y. |
| 76 | 76 | ||
| 77 | config NFS_V4_1 | 77 | config NFS_V4_1 |
| 78 | bool "NFS client support for NFSv4.1 (DEVELOPER ONLY)" | 78 | bool "NFS client support for NFSv4.1 (EXPERIMENTAL)" |
| 79 | depends on NFS_V4 && EXPERIMENTAL | 79 | depends on NFS_V4 && EXPERIMENTAL |
| 80 | help | 80 | help |
| 81 | This option enables support for minor version 1 of the NFSv4 protocol | 81 | This option enables support for minor version 1 of the NFSv4 protocol |
| 82 | (draft-ietf-nfsv4-minorversion1) in the kernel's NFS client. | 82 | (draft-ietf-nfsv4-minorversion1) in the kernel's NFS client. |
| 83 | 83 | ||
| 84 | Unless you're an NFS developer, say N. | 84 | If unsure, say N. |
| 85 | 85 | ||
| 86 | config ROOT_NFS | 86 | config ROOT_NFS |
| 87 | bool "Root file system on NFS" | 87 | bool "Root file system on NFS" |
