projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ba6800
)
NFS: Turn v3 on by default
author
Bryan Schumaker
<bjschuma@netapp.com>
Thu, 10 May 2012 20:47:20 +0000
(16:47 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 15 May 2012 00:42:22 +0000
(17:42 -0700)
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>
fs/nfs/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/fs/nfs/Kconfig
b/fs/nfs/Kconfig
index 66b0f4cb520f7e212678d17d2a2f3ab471401954..f90f4f5cd421dc7be9db2151ead1d8d458acf096 100644
(file)
--- 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.