From: Trond Myklebust Date: Tue, 31 Dec 2013 18:13:30 +0000 (-0500) Subject: SUNRPC: Ensure xprt_connect_status handles all potential connection errors X-Git-Tag: v3.14-rc1~77^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fe8d04e8c3a1eb49089793e38b60a17cee564e3;p=pandora-kernel.git SUNRPC: Ensure xprt_connect_status handles all potential connection errors Currently, xprt_connect_status will convert connection error values such as ECONNREFUSED, ECONNRESET, ... into EIO, which means that they never get handled. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed