From: Tom Tucker Date: Tue, 11 Mar 2008 17:44:27 +0000 (-0500) Subject: SVCRDMA: Add check for XPT_CLOSE in svc_rdma_send X-Git-Tag: v2.6.26-rc1~1083^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=830bb59b6ece51c36dd456b685d145c69d3b7e1c;p=pandora-kernel.git 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 Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed