aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/Kconfig
diff options
context:
space:
mode:
authorTrond Myklebust <Trond.Myklebust@netapp.com>2012-10-03 13:54:50 -0400
committerTrond Myklebust <Trond.Myklebust@netapp.com>2012-10-03 13:54:50 -0400
commit8544a9dc18a1aa787b85425ecc9233b0a9adaff4 (patch)
tree7ed75c4da609eac607d4a136f33e13868978d53b /fs/nfs/Kconfig
parente23008ec81ef37b7b271669ce5d2de2643b2dc75 (diff)
NFSv4.1: Remove the dependency on CONFIG_EXPERIMENTAL
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>
Diffstat (limited to 'fs/nfs/Kconfig')
-rw-r--r--fs/nfs/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig
index db7ad719628a..13ca196385f5 100644
--- a/fs/nfs/Kconfig
+++ b/fs/nfs/Kconfig
@@ -95,8 +95,8 @@ config NFS_SWAP
95 This option enables swapon to work on files located on NFS mounts. 95 This option enables swapon to work on files located on NFS mounts.
96 96
97config NFS_V4_1 97config NFS_V4_1
98 bool "NFS client support for NFSv4.1 (EXPERIMENTAL)" 98 bool "NFS client support for NFSv4.1"
99 depends on NFS_V4 && EXPERIMENTAL 99 depends on NFS_V4
100 select SUNRPC_BACKCHANNEL 100 select SUNRPC_BACKCHANNEL
101 help 101 help
102 This option enables support for minor version 1 of the NFSv4 protocol 102 This option enables support for minor version 1 of the NFSv4 protocol