mbox series

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

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

Message

Hannes Reinecke Aug. 19, 2021, 9:16 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 megaraid driver to not rely on a
specific command for the SCSI EH callbacks.

As usual, comments and reviews are welcome.

Hannes Reinecke (3):
  megaraid: complete all commands in megaraid_reset()
  megaraid: rename megaraid_abort_and_reset() to __megaraid_abort()
  megaraid: remove pointless bus_reset and device_reset handler

 drivers/scsi/megaraid.c | 63 +++++++++++++++++++++++++++--------------
 drivers/scsi/megaraid.h |  2 +-
 2 files changed, 42 insertions(+), 23 deletions(-)