]> git.decadent.org.uk Git - nfs-utils.git/commit
mounts.nfs: v2 and v3 background mounts should retry when server is down.
authorSteve Dickson <steved@redhat.com>
Tue, 1 May 2012 19:34:34 +0000 (15:34 -0400)
committerSteve Dickson <steved@redhat.com>
Tue, 1 May 2012 19:34:34 +0000 (15:34 -0400)
commitbf66c9facb8e4798c79e1286e3da2dcafeed83fb
treed657c6ac14e1567b08317708fe6d8044cf14d058
parent4bcb8664cf44176a99fc2c4b92e7f28ee705a7d9
mounts.nfs: v2 and v3 background mounts should retry when server is down.

The point of background mounts is to have the mount
retried if the mount fails. This patch allows the v2/v3
background mount to proceed in the case when the server
is down by not making EOPNOTSUPP a permanent error.

Signed-off-by: Steve Dickson <steved@redhat.com>
utils/mount/stropts.c