diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2016-11-16 18:07:43 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-23 11:02:30 +0000 |
commit | 332596628697d28ae6e8c2271c9658aaf5e54796 (patch) | |
tree | c826731d07947eb14ce2990f58e8c7341e85cd78 /meta/recipes-connectivity/nfs-utils/libnfsidmap | |
parent | 07cfa9e2bceb07f3baf40681f8c57f4d3da0aee5 (diff) | |
download | openembedded-core-332596628697d28ae6e8c2271c9658aaf5e54796.tar.gz openembedded-core-332596628697d28ae6e8c2271c9658aaf5e54796.tar.bz2 openembedded-core-332596628697d28ae6e8c2271c9658aaf5e54796.zip |
nfs-utils: fix protocol minor version fall-back
Mount nfs directory would fail if no specific nfsvers:
mount -t nfs IP:/foo/bar/ /mnt/
mount.nfs: an incorrect mount option was specified
mount.nfs currently expects mount(2) to fail with EPROTONOSUPPORT if
the kernel doesn't understand the requested NFS version.
Unfortunately if the requested minor is not known to the kernel
it returns -EINVAL.
Backport patch from nfs-utils-1.3.4 to fix this issue.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/nfs-utils/libnfsidmap')
0 files changed, 0 insertions, 0 deletions