f777afd
diff -up nfs-utils-1.2.0/utils/mount/nfsmount.conf.orig nfs-utils-1.2.0/utils/mount/nfsmount.conf
e3bba39
--- nfs-utils-1.2.0/utils/mount/nfsmount.conf.orig	2009-09-30 11:32:14.148326000 -0400
e3bba39
+++ nfs-utils-1.2.0/utils/mount/nfsmount.conf	2009-09-30 11:35:24.714787000 -0400
f777afd
@@ -24,12 +24,12 @@
f777afd
 # All reads and writes to the 'nfsserver.foo.com' server 
f777afd
 # will be done with 32k (32768 bytes) block sizes.
f777afd
 #
f777afd
-#[ NFSMount_Global_Options ]
f777afd
+[ NFSMount_Global_Options ]
f777afd
 # This statically named section defines global mount 
f777afd
 # options that can be applied on all NFS mount.
f777afd
 #
f777afd
-# Protocol Version [2,3]
f777afd
-# Nfsvers=3
f777afd
+# Protocol Version [2,3,4]
e3bba39
+Nfsvers=3
f777afd
 # Network Transport [Udp,Tcp,Rdma]
f777afd
 # Proto=Tcp
f777afd
 #
f777afd
diff -up nfs-utils-1.2.0/utils/mount/stropts.c.orig nfs-utils-1.2.0/utils/mount/stropts.c
e3bba39
--- nfs-utils-1.2.0/utils/mount/stropts.c.orig	2009-09-30 11:32:14.214327000 -0400
e3bba39
+++ nfs-utils-1.2.0/utils/mount/stropts.c	2009-09-30 11:34:35.841020000 -0400
f777afd
@@ -601,7 +601,7 @@ static int nfs_try_mount(struct nfsmount
f777afd
 
f777afd
 	switch (mi->version) {
f777afd
 	case 0:
f777afd
-		if (linux_version_code() > MAKE_VERSION(2, 6, 31)) {
f777afd
+		if (linux_version_code() >= MAKE_VERSION(2, 6, 31)) {
f777afd
 			errno = 0;
f777afd
 			result = nfs_try_mount_v4(mi);
f777afd
 			if (errno != EPROTONOSUPPORT)