]> git.decadent.org.uk Git - nfs-utils.git/commit
mount.nfs: Background mounts failing on time out errors.
authorSteve Dickson <steved@redhat.com>
Mon, 5 Dec 2011 14:48:46 +0000 (09:48 -0500)
committerSteve Dickson <steved@redhat.com>
Mon, 5 Dec 2011 14:48:46 +0000 (09:48 -0500)
commit6fbbb73f08a8f685a323b2d5221f3e8b87ebba68
tree65131477a18799dc221c931b2504c5ba22f3b265
parent24d0b823f10f9cae2eba9b22fb830dd8dc3fb15a
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 <steved@redhat.com>
utils/mount/stropts.c