
29 Jul
2016
29 Jul
'16
4:07 p.m.
On Fri, Jul 29, 2016 at 4:31 AM, Guillaume GARDET guillaume.gardet@free.fr wrote:
This patch enables NFSv3 support. If NFSv2 is available use it as usual. If NFSv2 is not available, but NFSv3 is available, use NFSv3. If NFSv2 and NFSv3 are not available, print an error message since NFSv4 is not supported.
Tested on iMX6 sabrelite with 4 Linux NFS servers:
- NFSv2 + NFSv3 + NFSv4 server: use NFSv2 protocol
- NFSv2 + NFSv3 server: use NFSv2 protocol
- NFSv3 + NFSv4 server: use NFSv3 protocol
- NFSv3 server: use NFSv3 protocol
Signed-off-by: Guillaume GARDET guillaume.gardet@free.fr Cc: Tom Rini trini@konsulko.com Cc: joe.hershberger@ni.com
Sorry for the delay...
Acked-by: Joe Hershberger joe.hershberger@ni.com