commit | 3ed5e2a2c394df4e03a680842c2d07a8680f133b | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Mar 04 17:29:33 2013 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Mar 25 12:04:10 2013 -0400 |
tree | 83050928d116f2079147f6de8c77860a4ec76f27 | |
parent | 1166fde6a923c30f4351515b6a9a1efc513e7d00 [diff] |
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 <jengelh@inai.de> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>