commit | 008fdbc57164b0ac237ad6ee2766944f02ac9c28 | [log] [tgz] |
---|---|---|
author | Tom Tucker <tom@opengridcomputing.com> | Wed May 07 15:47:42 2008 -0500 |
committer | Tom Tucker <tom@opengridcomputing.com> | Mon May 19 07:34:01 2008 -0500 |
tree | e1637f39b6454a6ae94a00e90bd047d47bdfdf7e | |
parent | af261af4db14230fb35bcdc0ba9ef78ed6cf7bc1 [diff] |
svcrdma: Change svc_rdma_send_error return type to void The svc_rdma_send_error function is called when an RPCRDMA protocol error is detected. This function attempts to post an error reply message. Since an error posting to a transport in error is ignored, change the return type to void. Signed-off-by: Tom Tucker <tom@opengridcomputing.com>