Skip to content
Commit 01d37c42 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

SUNRPC: xprt_connect() don't abort the task if the transport isn't bound



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: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent fba91afb
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