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)
commit008fdbc57164b0ac237ad6ee2766944f02ac9c28
treee1637f39b6454a6ae94a00e90bd047d47bdfdf7e
parentaf261af4db14230fb35bcdc0ba9ef78ed6cf7bc1
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>
include/linux/sunrpc/svc_rdma.h
net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
net/sunrpc/xprtrdma/svc_rdma_transport.c