Blame SOURCES/nfs-utils-1.3.0-mount-eacces.patch

0f90c1
diff -up nfs-utils-1.3.0/utils/mount/stropts.c.orig nfs-utils-1.3.0/utils/mount/stropts.c
0f90c1
--- nfs-utils-1.3.0/utils/mount/stropts.c.orig	2017-09-19 11:25:13.889948761 -0400
0f90c1
+++ nfs-utils-1.3.0/utils/mount/stropts.c	2017-09-19 11:29:44.454636781 -0400
0f90c1
@@ -851,6 +851,9 @@ check_result:
0f90c1
 	case EINVAL:
0f90c1
 		/* A less clear indication that our client
0f90c1
 		 * does not support NFSv4 minor version. */
0f90c1
+	case EACCES:
0f90c1
+		/* An unclear indication that the server
0f90c1
+		 * may not support NFSv4 minor version. */
0f90c1
 		if (mi->version.v_mode != V_SPECIFIC) {
0f90c1
 			if (mi->version.minor > 0) {
0f90c1
 				mi->version.minor--;