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:
fba91af
)
SUNRPC: xprt_connect() don't abort the task if the transport isn't bound
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 11 Mar 2009 18:09:39 +0000
(14:09 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 11 Mar 2009 18:09:39 +0000
(14:09 -0400)
If the transport isn't bound, then we should just return ENOTCONN, letting
call_connect_status() and/or call_status() deal with retrying. Currently,
we appear to abort all pending tasks with an EIO error.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
No differences found