commit | 9d6347acd2134373c3a4c65a4d43e4f1d59aa012 | [log] [tgz] |
---|---|---|
author | Tom Tucker <tom@opengridcomputing.com> | Fri Apr 25 15:51:27 2008 -0500 |
committer | Tom Tucker <tom@opengridcomputing.com> | Mon May 19 07:33:45 2008 -0500 |
tree | 20e7153e5a238f057a43797329644dd122c43877 | |
parent | dbcd00eba99945acfc433508a58eadc5dcd18cad [diff] |
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 <tom@opengridcomputing.com>