From: Chuck Lever Date: Fri, 12 Feb 2010 18:36:17 +0000 (-0500) Subject: text-based mount: Set addr= option in nfs_try_mount_foo() X-Git-Tag: nfs-utils-1-2-2~11 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=0f76458dd0f9a34210e44515a67d55e713a990ce;hp=0f76458dd0f9a34210e44515a67d55e713a990ce text-based mount: Set addr= option in nfs_try_mount_foo() When retrying a mount request with a different server address, the addr= option may change each time through the fg/bg loop. Instead of setting the addr= option in nfs_validate_options(), set it in nfs_try_mount_v2v3() and nfs_try_mount_v4(). This is much the same thing we did recently with the version-specific mount options which might change each time through the fg/bg retry loop. Signed-off-by: Chuck Lever Signed-off-by: Steve Dickson ---