All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Disable NFS version 2
@ 2013-07-03 13:04 Steve Dickson
  2013-07-03 13:19 ` Chuck Lever
  0 siblings, 1 reply; 10+ messages in thread
From: Steve Dickson @ 2013-07-03 13:04 UTC (permalink / raw)
  To: Trond Myklebust; +Cc: Linux NFS Mailing list

This patch disables the NFS version 2 module from being compile by default.

Signed-off-by: Steve Dickson <steved@redhat.com>
---
 fs/nfs/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/nfs/Kconfig b/fs/nfs/Kconfig
index 13ca196..6831a01 100644
--- a/fs/nfs/Kconfig
+++ b/fs/nfs/Kconfig
@@ -32,12 +32,12 @@ config NFS_FS
 config NFS_V2
 	tristate "NFS client support for NFS version 2"
 	depends on NFS_FS
-	default y
+	default n
 	help
 	  This option enables support for version 2 of the NFS protocol
 	  (RFC 1094) in the kernel's NFS client.
 
-	  If unsure, say Y.
+	  If unsure, say n.
 
 config NFS_V3
 	tristate "NFS client support for NFS version 3"
-- 
1.8.1.4


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-07-08 16:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-03 13:04 [PATCH] Disable NFS version 2 Steve Dickson
2013-07-03 13:19 ` Chuck Lever
2013-07-05 11:31   ` Steve Dickson
2013-07-05 14:59     ` Chuck Lever
2013-07-05 19:52       ` J. Bruce Fields
2013-07-05 20:29         ` Chuck Lever
2013-07-08 14:47         ` Chuck Lever
2013-07-08 16:29           ` Myklebust, Trond
2013-07-08 12:53       ` Steve Dickson
2013-07-08 14:33         ` Chuck Lever

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.