Hi all, with the SCSI EH rework the scsi_cmnd argument for the SCSI EH callbacks is going away, so we need to fixup the drivers to work without it. This patchset modifies the lpfc driver to not rely on a specific command for the EH callbacks. As usual, comments and reviews are welcome. Hannes Reinecke (5): lpfc: kill lpfc_bus_reset_handler lpfc: drop lpfc_no_handler() lpfc: use fc_block_rport() lpfc: use rport as argument for lpfc_send_taskmgmt() lpfc: use rport as argument for lpfc_chk_tgt_mapped() drivers/scsi/lpfc/lpfc_scsi.c | 138 +++++----------------------------- 1 file changed, 20 insertions(+), 118 deletions(-) -- 2.29.2