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

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