scsi: fc_fcp: do not call fc_block_scsi_eh() from host reset
authorHannes Reinecke <hare@suse.de>
Fri, 25 Aug 2017 11:56:59 +0000 (13:56 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 25 Aug 2017 21:21:10 +0000 (17:21 -0400)
commit20081c1ba21e11573891138c88eb4b7a2634e37c
tree55360ac6a634b36a0294cc8e5023f4d4ecf35ab0
parent8d8a3f594c2e0f6bd94d3a0503bae67ad653585e
scsi: fc_fcp: do not call fc_block_scsi_eh() from host reset

When calling host reset we're resetting all ports anyway, so there is no
point in waiting for the ports to become unblocked.

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>
drivers/scsi/libfc/fc_fcp.c