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 qla2xxx driver to not rely on a specific command for the SCSI EH callbacks. As usual, comments and reviews are welcome. Hannes Reinecke (3): qla2xxx: Do not call fc_block_scsi_eh() during bus reset qla2xxx: Open-code qla2xxx_eh_target_reset() qla2xxx: Open-code qla2xxx_eh_device_reset() drivers/scsi/qla2xxx/qla_os.c | 116 ++++++++++++++++++++++------------ 1 file changed, 74 insertions(+), 42 deletions(-) -- 2.29.2