From: Trond Myklebust Date: Mon, 4 Mar 2013 22:29:33 +0000 (-0500) Subject: SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasks X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~98^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ed5e2a2c394df4e03a680842c2d07a8680f133b;p=pandora-kernel.git SUNRPC: Report network/connection errors correctly for SOFTCONN rpc tasks In the case of a SOFTCONN rpc task, we really want to ensure that it reports errors like ENETUNREACH back to the caller. Currently, only some of these errors are being reported back (connect errors are not), and they are being converted by the RPC layer into EIO. Reported-by: Jan Engelhardt Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed