From: Tom Tucker Date: Wed, 7 May 2008 20:47:42 +0000 (-0500) Subject: svcrdma: Change svc_rdma_send_error return type to void X-Git-Tag: v2.6.26-rc4~90^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=008fdbc57164b0ac237ad6ee2766944f02ac9c28;p=pandora-kernel.git 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 --- Reading git-diff-tree failed