commit | 7494d00c7b826b6ceb79ec33892bd0ef59be5614 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Sun Apr 24 14:28:45 2011 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Sun Apr 24 14:28:45 2011 -0400 |
tree | 1a8a6d056047135108ffc8ea311ccd80d1fd28fd | |
parent | fd954ae124e8a866e9cc1bc3de9a07be5492f608 [diff] |
SUNRPC: Allow RPC calls to return ETIMEDOUT instead of EIO On occasion, it is useful for the NFS layer to distinguish between soft timeouts and other EIO errors due to (say) encoding errors, or authentication errors. The following patch ensures that the default behaviour of the RPC layer remains to return EIO on soft timeouts (until we have audited all the callers). Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>