From: Erez Zilber Date: Sun, 25 Mar 2007 10:07:10 +0000 (+0200) Subject: IB/iser: Handle aborting a command after it is sent X-Git-Tag: v2.6.21-rc6~75^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3104a2175dc04b7a597acea90f19b033abcfc7d8;p=pandora-kernel.git IB/iser: Handle aborting a command after it is sent The SCSI midlayer may abort a command that was already sent. If the initiator is still trying to send the command (or data-out PDUs for that command), the QP may time out after the midlayer times out. Therefore, when aborting the command, iSER may still have references for the command's buffers. When sending these PDUs, the sends will complete with an error and their resources will be released then. Signed-off-by: Erez Zilber Signed-off-by: Roland Dreier --- Reading git-diff-tree failed