git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9255194
)
SUNRPC: call_connect_status should recheck bind and connect status on error
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Thu, 26 Sep 2013 19:22:45 +0000
(15:22 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Tue, 1 Oct 2013 22:22:12 +0000
(18:22 -0400)
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>
No differences found