From 64bf52632afe322969cc605cfe0518c77eb4cf0c Mon Sep 17 00:00:00 2001 From: Marcin Slusarz Date: Sun, 11 May 2008 22:01:29 +0200 Subject: [PATCH] --- yaml --- r: 96927 b: refs/heads/master c: 0035a4b14931eb62a5f8a7762284c18e7ab14289 h: refs/heads/master i: 96925: e73e87e35b94c6283b06e4d9a239a080a8981009 96923: a811aaecf206ff0fcd680c3f37aca61487191a0d 96919: 3ec9341d4c43b1fd8032f7e0180a10c401bc89e5 96911: 1dd76d8968ceb008398ab804d08076e2c273bc4b 96895: 72c99f7379e48abd1bfb7d3ec6435c12627cc6db v: v3 --- [refs] | 2 +- trunk/fs/dlm/lowcomms.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index c402292828cd..cfee274f2a16 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 88ad23195e4609cef73b6fcf2b4c08aaaef33204 +refs/heads/master: 0035a4b14931eb62a5f8a7762284c18e7ab14289 diff --git a/trunk/fs/dlm/lowcomms.c b/trunk/fs/dlm/lowcomms.c index c7d232a9ae12..637018c891ef 100644 --- a/trunk/fs/dlm/lowcomms.c +++ b/trunk/fs/dlm/lowcomms.c @@ -931,7 +931,7 @@ static void tcp_connect_to_sock(struct connection *con) * errors we try again until the max number of retries is reached. */ if (result != -EHOSTUNREACH && result != -ENETUNREACH && - result != -ENETDOWN && result != EINVAL + result != -ENETDOWN && result != -EINVAL && result != -EPROTONOSUPPORT) { lowcomms_connect_sock(con); result = 0;