summaryrefslogtreecommitdiffstats
path: root/config-generic
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2013-08-20 11:18:57 -0400
committerJosh Boyer <jwboyer@fedoraproject.org>2013-08-21 09:18:05 -0400
commitcf9dc03e67876266acd2927dc1fb56ff2dfa556c (patch)
tree7b0bc854f0d1ff6827ff72dd606351356d531d5c /config-generic
parentb588efef6fb4197f8b43113758c417be07416ab1 (diff)
downloadkernel-cf9dc03e67876266acd2927dc1fb56ff2dfa556c.tar.gz
kernel-cf9dc03e67876266acd2927dc1fb56ff2dfa556c.tar.xz
kernel-cf9dc03e67876266acd2927dc1fb56ff2dfa556c.zip
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 <steved@redhat.com>
Diffstat (limited to 'config-generic')
-rw-r--r--config-generic2
1 files changed, 1 insertions, 1 deletions
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