]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
NFSv4.1: Remove the dependency on CONFIG_EXPERIMENTAL
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 3 Oct 2012 17:54:50 +0000 (10:54 -0700)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 3 Oct 2012 17:54:50 +0000 (10:54 -0700)
CONFIG_EXPERIMENTAL is deprecated and, regardless of that, this code
is being enabled in most newer distributions.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/Kconfig

index db7ad719628a655f748d30257f00d95f9191ec6e..13ca196385f5faff6c88fd32e00d317cf68dcbd7 100644 (file)
@@ -95,8 +95,8 @@ config NFS_SWAP
          This option enables swapon to work on files located on NFS mounts.
 
 config NFS_V4_1
-       bool "NFS client support for NFSv4.1 (EXPERIMENTAL)"
-       depends on NFS_V4 && EXPERIMENTAL
+       bool "NFS client support for NFSv4.1"
+       depends on NFS_V4
        select SUNRPC_BACKCHANNEL
        help
          This option enables support for minor version 1 of the NFSv4 protocol