On Tue, 20 Jan 2015, Lauri Tirkkonen wrote: > On Mon, Jan 19 2015 17:03:33 -0800, Philip Guenther wrote: > > Looks like a start, but I'm concerned about the lack of mount protocol > > version handling. NFSv3 requires version 3 of the mount protocol, with > > its variable size file handles. > > Hmm, okay, I didn't realize that since the mounts have been working just > fine with just the patch I posted.
Yeah, it depends on the NFS server; servers that support both NFSv2 and NFSv3 are likely to accept (or just always use) file handles of the size used by NFSv2, but it isn't required. > > Have you looked at adding that support? > > I will now, thanks for the input. Thanks for the diff and effort! Philip
