X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=utils%2Fmount%2Fstropts.c;h=98557d2988f487f531f0e250ac85af764c04b6ee;hb=0935cebc1e130c6adfd870c88a6493277c84d47f;hp=9b8c38fa9b86bb045be854a63e6b4bff3d13bc84;hpb=19c786fc87aba2ecae3072d54ca0a994d5bb997b;p=nfs-utils.git diff --git a/utils/mount/stropts.c b/utils/mount/stropts.c index 9b8c38f..98557d2 100644 --- a/utils/mount/stropts.c +++ b/utils/mount/stropts.c @@ -799,6 +799,7 @@ static int nfs_is_permanent_error(int error) case ESTALE: case ETIMEDOUT: case ECONNREFUSED: + case EHOSTUNREACH: return 0; /* temporary */ default: return 1; /* permanent */