summaryrefslogtreecommitdiffstats
path: root/fs/nfs/Kconfig
diff options
context:
space:
mode:
authorBryan Schumaker2012-05-10 22:47:20 +0200
committerTrond Myklebust2012-05-15 02:42:22 +0200
commit981f9face8fc21bede7b7a56a7cf6c176da5ab05 (patch)
treeadc456dc98ecf175fe2d2b35438f67fc18394727 /fs/nfs/Kconfig
parentNFS: Make v2 configurable (diff)
downloadkernel-qcow2-linux-981f9face8fc21bede7b7a56a7cf6c176da5ab05.tar.gz
kernel-qcow2-linux-981f9face8fc21bede7b7a56a7cf6c176da5ab05.tar.xz
kernel-qcow2-linux-981f9face8fc21bede7b7a56a7cf6c176da5ab05.zip
NFS: Turn v3 on by default
Most users will use NFS v3 or possibly v4 so this makes it easier for them. Signed-off-by: Bryan Schumaker <bjschuma@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/Kconfig')
-rw-r--r--fs/nfs/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig
index 66b0f4cb520f..f90f4f5cd421 100644
--- a/fs/nfs/Kconfig
+++ b/fs/nfs/Kconfig
@@ -42,6 +42,7 @@ config NFS_V2
config NFS_V3
bool "NFS client support for NFS version 3"
depends on NFS_FS
+ default y
help
This option enables support for version 3 of the NFS protocol
(RFC 1813) in the kernel's NFS client.