Skip to content
Commit 561ec160 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

SUNRPC: call_connect_status should recheck bind and connect status on error



Currently, we go directly to call_transmit which sends us to call_status
on error. If we know that the connect attempt failed, we should rather
just jump straight back to call_bind and call_connect.

Ditto for EAGAIN, except do not delay.

Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 92551948
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment