mbox series

[0/3] mptfusion: Fixes for SCSI EH rework

Message ID 20210819091017.94142-1-hare@suse.de
Headers show
Series mptfusion: Fixes for SCSI EH rework | expand

Message

Hannes Reinecke Aug. 19, 2021, 9:10 a.m. UTC
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(-)