diff options
author | Bryan Schumaker <bjschuma@netapp.com> | 2012-05-10 16:47:20 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-05-14 20:42:22 -0400 |
commit | 981f9face8fc21bede7b7a56a7cf6c176da5ab05 (patch) | |
tree | adc456dc98ecf175fe2d2b35438f67fc18394727 | |
parent | 2ba68002a74fb167b68844077d36e5ccfc87f323 (diff) |
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>
-rw-r--r-- | fs/nfs/Kconfig | 1 |
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 | |||
42 | config NFS_V3 | 42 | config NFS_V3 |
43 | bool "NFS client support for NFS version 3" | 43 | bool "NFS client support for NFS version 3" |
44 | depends on NFS_FS | 44 | depends on NFS_FS |
45 | default y | ||
45 | help | 46 | help |
46 | This option enables support for version 3 of the NFS protocol | 47 | This option enables support for version 3 of the NFS protocol |
47 | (RFC 1813) in the kernel's NFS client. | 48 | (RFC 1813) in the kernel's NFS client. |