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 mptfusion driver to not rely on a specific command for the SCSI EH callbacks. As usual, comments and reviews are welcome. Hannes Reinecke (3): mptfusion: correct definitions for mptscsih_dev_reset() mptfc: use fc_block_rport() instead of open-coding it mptfc: iterate over all rports during bus reset drivers/message/fusion/mptfc.c | 96 +++++++++++++++---------------- drivers/message/fusion/mptscsih.c | 55 +++++++++++++++++- drivers/message/fusion/mptscsih.h | 1 + 3 files changed, 100 insertions(+), 52 deletions(-) -- 2.29.2