From: Steve Dickson Date: Mon, 5 Dec 2011 14:48:46 +0000 (-0500) Subject: mount.nfs: Background mounts failing on time out errors. X-Git-Tag: nfs-utils-1-2-6-rc4~1 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=6fbbb73f08a8f685a323b2d5221f3e8b87ebba68;hp=6fbbb73f08a8f685a323b2d5221f3e8b87ebba68;ds=sidebyside mount.nfs: Background mounts failing on time out errors. Mounting with the "-o v3,bg,proto=udp" options will fail, instead of retrying, when the server is down. The reason being nfs_rewrite_pmap_mount_options() does not interrupt RPC timeouts correctly. Signed-off-by: Steve Dickson ---