[SCSI] fusion: do not check serial_number in the abort handler
authorChristoph Hellwig <hch@infradead.org>
Mon, 4 Apr 2011 13:42:41 +0000 (09:42 -0400)
committerJames Bottomley <James.Bottomley@suse.de>
Sun, 1 May 2011 15:23:54 +0000 (10:23 -0500)
commitaeaeb5cec5a5477b392e627883fdb46d8a5dcc1f
treed5e7f02ff78c30bf4a67afa8227bef6ca4c1a9c9
parenta7c44d4ad147d54f041ba3885cc28549da72f55a
[SCSI] fusion: do not check serial_number in the abort handler

The SCSI midlayer stops all command processing when in error handling, which
means there is no chance for command reuse when the abort handler is called.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/message/fusion/mptscsih.c