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 --- config-generic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config-generic b/config-generic index 8dd84e1..57d7d9a 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
kernel@lists.fedoraproject.org