diff options
-rw-r--r-- | utils/mount/stropts.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/mount/stropts.c b/utils/mount/stropts.c index c8f5a6d..86829a9 100644 --- a/utils/mount/stropts.c +++ b/utils/mount/stropts.c @@ -841,6 +841,9 @@ check_result: case EPROTONOSUPPORT: /* A clear indication that the server or our * client does not support NFS version 4 and minor */ + case EINVAL: + /* A less clear indication that our client + * does not support NFSv4 minor version. */ if (mi->version.v_mode == V_GENERAL && mi->version.minor == 0) return result; |