From: Trond Myklebust Date: Thu, 3 Jul 2014 04:02:57 +0000 (-0400) Subject: SUNRPC: Handle EPIPE in xprt_connect_status X-Git-Tag: omap-for-v3.17/fixes-against-rc2~82^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fc193cf924ea6eb74f6a0cf73b94b2e62938ae5;p=pandora-kernel.git SUNRPC: Handle EPIPE in xprt_connect_status The callback handler xs_error_report() can end up propagating an EPIPE error by means of the call to xprt_wake_pending_tasks(). Ensure that xprt_connect_status() does not automatically convert this into an EIO error. Reported-by: Weston Andros Adamson Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed