diff options
| author | Steve Dickson <steved@redhat.com> | 2013-08-20 11:18:57 -0400 |
|---|---|---|
| committer | Josh Boyer <jwboyer@fedoraproject.org> | 2013-08-21 09:18:05 -0400 |
| commit | cf9dc03e67876266acd2927dc1fb56ff2dfa556c (patch) | |
| tree | 7b0bc854f0d1ff6827ff72dd606351356d531d5c | |
| parent | b588efef6fb4197f8b43113758c417be07416ab1 (diff) | |
| download | kernel-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>
| -rw-r--r-- | config-generic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-generic b/config-generic index aa161318..d0e8ba6e 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 |
