From: Eddie Wai Date: Tue, 23 Nov 2010 23:29:25 +0000 (-0800) Subject: [SCSI] bnx2i: Allow to abort the connection if connect request times out X-Git-Tag: v2.6.38-rc1~27^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=252e44805bcfff5de2e05dd126f69a18e0b760f0;p=pandora-kernel.git [SCSI] bnx2i: Allow to abort the connection if connect request times out In the situation where the connect completion response arrives after the connect request has already timed out, the connection was not being aborted but only the resource was being freed. This creates a problem for 5771X (10g) as the chip flags this with an assertion. This change will properly aborts the connection before freeing the resource. Signed-off-by: Eddie Wai Reviewed-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed