svcrdma: Fix return value in svc_rdma_send
authorTom Tucker <tom@opengridcomputing.com>
Fri, 25 Apr 2008 20:51:27 +0000 (15:51 -0500)
committerTom Tucker <tom@opengridcomputing.com>
Mon, 19 May 2008 12:33:45 +0000 (07:33 -0500)
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 <tom@opengridcomputing.com>

No differences found