svcrdma: Change svc_rdma_send_error return type to void
authorTom Tucker <tom@opengridcomputing.com>
Wed, 7 May 2008 20:47:42 +0000 (15:47 -0500)
committerTom Tucker <tom@opengridcomputing.com>
Mon, 19 May 2008 12:34:01 +0000 (07:34 -0500)
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>

No differences found