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(-) -- 2.29.2