Loading fs/dlm/lowcomms.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
fs/dlm/lowcomms.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading