From: Chuck Lever Date: Mon, 14 Sep 2009 17:55:36 +0000 (-0400) Subject: mount.nfs: Support "-t nfs,vers=4" mounts in the kernel X-Git-Tag: nfs-utils-1-2-1-rc5~5 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=74badf6f30f7aea95e9d784244488084dbadcb55;hp=74badf6f30f7aea95e9d784244488084dbadcb55 mount.nfs: Support "-t nfs,vers=4" mounts in the kernel Support "vers=4" in nfs_nfs_version() Skip UMNT call for "-t nfs -o vers=4" mounts For "-t nfs -o vers=4" mounts, we want to skip v2/v3 version/transport negotiation, but be sure to append the "clientaddr" option. Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson Tested-by: Steve Dickson ---