commit | 92b98361f119a6919061d067c6584de9ae2de9f4 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Sat Nov 08 20:14:12 2014 -0500 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Tue Nov 25 13:39:20 2014 -0500 |
tree | 9f6466c599b9a4134fa4dd4159236470dd96e881 | |
parent | 5d01410fe4d92081f349b013a2e7a95429e4f2c9 [diff] |
xprtrdma: Return an errno from rpcrdma_register_external() The RPC/RDMA send_request method and the chunk registration code expects an errno from the registration function. This allows the upper layers to distinguish between a recoverable failure (for example, temporary memory exhaustion) and a hard failure (for example, a bug in the registration logic). Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>