commit | 561ec1603171cd9b38dcf6cac53e8710f437a48d | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Thu Sep 26 15:22:45 2013 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Oct 01 18:22:12 2013 -0400 |
tree | ecb67db63fee0218833abbfaf21f0778ec743112 | |
parent | 92551948174d079b12541437f51cbe3e17d9dd24 [diff] |
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: Trond Myklebust <Trond.Myklebust@netapp.com>