Re: [PATCH 00/47] SCSI EH argument reshuffle part II

2018-01-08 Thread Christoph Hellwig
On Wed, Jun 28, 2017 at 10:32:26AM +0200, Hannes Reinecke wrote: > Hi all, > finally here's the patchset to revamp the SCSI EH callback arguments > which I promised to do (some years ago ...). What happened to this series?

Re: [PATCH 00/47] SCSI EH argument reshuffle part II

2017-06-28 Thread Christoph Hellwig
On Wed, Jun 28, 2017 at 10:32:26AM +0200, Hannes Reinecke wrote: > Hi all, > finally here's the patchset to revamp the SCSI EH callback arguments > which I promised to do (some years ago ...). Still looks like a way to big series to review. Once we got the first part 1 it might make sense to star

[PATCH 00/47] SCSI EH argument reshuffle part II

2017-06-28 Thread Hannes Reinecke
Hi all, finally here's the patchset to revamp the SCSI EH callback arguments which I promised to do (some years ago ...). The overall idea is to match the scope of the eh_XXX callbacks with the appropriate argument, eg eh_device_reset_handler() should have a scsi device as argument etc. Relying on