From: Bryan Schumaker Date: Thu, 10 May 2012 20:47:20 +0000 (-0400) Subject: NFS: Turn v3 on by default X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=981f9face8fc21bede7b7a56a7cf6c176da5ab05;p=linux-beck.git 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 Signed-off-by: Trond Myklebust --- 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.