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 1d30d34..4401314 100644 --- a/utils/mount/stropts.c +++ b/utils/mount/stropts.c @@ -862,6 +862,9 @@ check_result: case EINVAL: /* A less clear indication that our client * does not support NFSv4 minor version. */ + case EACCES: + /* An unclear indication that the server + * may not support NFSv4 minor version. */ if (mi->version.v_mode != V_SPECIFIC) { if (mi->version.minor > 0) { mi->version.minor--; |