[SCSI] mpt2sas: do not check serial_number in the abort handler
authorChristoph Hellwig <hch@infradead.org>
Mon, 4 Apr 2011 13:42:30 +0000 (09:42 -0400)
committerJames Bottomley <James.Bottomley@suse.de>
Sun, 1 May 2011 15:23:45 +0000 (10:23 -0500)
commita7c44d4ad147d54f041ba3885cc28549da72f55a
treec2d47ed0f1b2e6b818eac2e15b536a2d7b89adac
parent05d1091fd9fe3672bde444506fe426d864c52013
[SCSI] mpt2sas: 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>
Acked-by: "Moore, Eric" <Eric.Moore@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/mpt2sas/mpt2sas_scsih.c