From: Tom Tucker Date: Fri, 25 Apr 2008 20:51:27 +0000 (-0500) Subject: svcrdma: Fix return value in svc_rdma_send X-Git-Tag: v2.6.26-rc4~90^2^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d6347acd2134373c3a4c65a4d43e4f1d59aa012;p=pandora-kernel.git svcrdma: Fix return value in svc_rdma_send Fix the return value on close to -ENOTCONN so caller knows to free context. Also if a thread is waiting for free SQ space, check for close when waking to avoid posting WR to a closing transport. Signed-off-by: Tom Tucker --- Reading git-diff-tree failed