]> www.infradead.org Git - users/jedix/linux-maple.git/commit
scsi: fnic: do not call host reset from command abort
authorHannes Reinecke <hare@suse.de>
Fri, 25 Aug 2017 11:57:00 +0000 (13:57 +0200)
committerJack Vogel <jack.vogel@oracle.com>
Wed, 7 Mar 2018 04:10:46 +0000 (20:10 -0800)
commit63e55703f77222c3ffbad74d760839b523feb807
treea2a6837fac8b9b95ebe453f993fff375275860d4
parente27b027c389ed2288f199b6686ba678fda988bfb
scsi: fnic: do not call host reset from command abort

Command abort already returns FAILED, which will then be escalated to a
host reset. So no need to call host_reset directly.

Signed-off-by: Hannes Reinecke <hare@suse.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
(cherry picked from commit 7c3a50bb9b6ec289126085ccfe205ed0cc3c0a85)

Orabug: 27587343
Signed-off-by: Jack Vogel <jack.vogel@oracle.com>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/fnic/fnic_scsi.c