This patch ensure "mount -t" mounts that have the minorversion= flag set, the given minor version is used. There has been some talk about deprecating the minorversion option which it appears to be fairly simple in the kernel, but I think would be pretty difficult in the userland, do to all the per-existing scripts that used the option. To make the deprecation possible in the kernel, code was added to convert minorversion= into vers=4.x in the string that passed to the kernel. Steve Dickson (1): mount.nfs: minorversion setting is being ignored with -t flag utils/mount/network.c | 15 ++++++++++----- utils/mount/stropts.c | 14 ++++++++++++++ 2 files changed, 24 insertions(+), 5 deletions(-) -- 2.14.3 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html