From: Trond Myklebust Date: Wed, 11 Mar 2009 18:09:39 +0000 (-0400) Subject: SUNRPC: xprt_connect() don't abort the task if the transport isn't bound X-Git-Tag: v2.6.29~43^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01d37c428ae080563c0a3bb8bdfa88c65a6891d3;p=pandora-kernel.git 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: Trond Myklebust --- Reading git-diff-tree failed