commit | 830bb59b6ece51c36dd456b685d145c69d3b7e1c | [log] [tgz] |
---|---|---|
author | Tom Tucker <tom@opengridcomputing.com> | Tue Mar 11 12:44:27 2008 -0500 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Wed Apr 23 16:13:40 2008 -0400 |
tree | 3b8e2d7318875394b561d6ce9c3ff4e3828106c2 | |
parent | 9167f501c6b53492eb2566dd618ce7f55f2856d5 [diff] |
SVCRDMA: Add check for XPT_CLOSE in svc_rdma_send SVCRDMA: Add check for XPT_CLOSE in svc_rdma_send The svcrdma transport can crash if a send is waiting for an empty SQ slot and the connection is closed due to an asynchronous error. The crash is caused when svc_rdma_send attempts to send on a deleted QP. Signed-off-by: Tom Tucker <tom@opengridcomputing.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>