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:10:14 +0000 |
commit | 19b5218696d15412837206ef507f930df2fed638 (patch) | |
tree | 3b20488c02747672e594b11c4d18255f6bfc763d /meta-poky/recipes-core | |
parent | 25078834f701fca21399a3c64c3a9720ada30858 (diff) | |
download | poky-19b5218696d15412837206ef507f930df2fed638.tar.gz |
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.
(From OE-Core rev: 332596628697d28ae6e8c2271c9658aaf5e54796)
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky/recipes-core')
0 files changed, 0 insertions, 0 deletions