From cf9dc03e67876266acd2927dc1fb56ff2dfa556c Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Tue, 20 Aug 2013 11:18:57 -0400 Subject: [PATCH] Stop compiling the NFS v2 kernel module The following patch disables the NFS v2 kernel module from being compiled with which in turn disable the NFS v2 support in Fedora 20 kernel. Signed-off-by: Steve Dickson --- config-generic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-generic b/config-generic index aa1613188..d0e8ba6e9 100644 --- a/config-generic +++ b/config-generic @@ -3838,7 +3838,7 @@ CONFIG_CUSE=m # CONFIG_NETWORK_FILESYSTEMS=y CONFIG_NFS_FS=m -CONFIG_NFS_V2=y +# CONFIG_NFS_V2 is not set CONFIG_NFS_V3=y CONFIG_NFS_V3_ACL=y CONFIG_NFS_V4=y