]> www.infradead.org Git - nvme.git/commit
scsi: ips: Do not try to abort command from host reset
authorHannes Reinecke <hare@suse.de>
Mon, 2 Oct 2023 15:43:22 +0000 (17:43 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 13 Oct 2023 18:23:15 +0000 (14:23 -0400)
commitc8102e421e7a395260648e953e90b47fefc67f2d
treeb3f3259578b0863018457836031fffb8c80bcd32
parent5bcd3bfbda0240c136ed68da78a042172ed0ed7f
scsi: ips: Do not try to abort command from host reset

The code for aborting an outstanding command is a copy of the functionality
from command abort. As we already have called this function once we reach
host reset there's no point in trying to do so again.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Link: https://lore.kernel.org/r/20231002154328.43718-13-hare@suse.de
Cc: Adaptec OEM Raid Solutions <aacraid@microsemi.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/ips.c