Re: [PATCHv2 0/5] SCSI EH cleanup

2017-02-27 Thread Bart Van Assche
On Fri, 2017-02-24 at 08:15 +0100, Hannes Reinecke wrote: > scsi_abort_command() (ie the call which triggers async aborts) is only > called if the .eh_timed_out() callback returns BLK_EH_NOT_HANDLED. > So during reconnects we will not schedule any calls to async aborts. > We _might_ have scheduled

Re: [PATCHv2 0/5] SCSI EH cleanup

2017-02-23 Thread Hannes Reinecke
On 02/24/2017 05:01 AM, Bart Van Assche wrote: > On Wed, 2017-02-22 at 17:07 +0100, Hannes Reinecke wrote: >> Primary goal is to make asynchronous aborts mandatory; there hasn't >> been a single report so far where asynchronous abort won't work, so >> the 'no_async_abort' flag has never been used a

Re: [PATCHv2 0/5] SCSI EH cleanup

2017-02-23 Thread Bart Van Assche
On Wed, 2017-02-22 at 17:07 +0100, Hannes Reinecke wrote: > Primary goal is to make asynchronous aborts mandatory; there hasn't > been a single report so far where asynchronous abort won't work, so > the 'no_async_abort' flag has never been used and will be removed > with this patchset. Hello Hann

Re: [PATCHv2 0/5] SCSI EH cleanup

2017-02-22 Thread Hannes Reinecke
On 02/22/2017 10:21 PM, Bart Van Assche wrote: > On Wed, 2017-02-22 at 17:07 +0100, Hannes Reinecke wrote: >> this is a resend of a small patchset for cleaning up SCSI EH. >> Primary goal is to make asynchronous aborts mandatory; there hasn't >> been a single report so far where asynchronous abort

Re: [PATCHv2 0/5] SCSI EH cleanup

2017-02-22 Thread Hannes Reinecke
On 02/22/2017 08:44 PM, Bart Van Assche wrote: > On 02/22/2017 08:07 AM, Hannes Reinecke wrote: >> this is a resend of a small patchset for cleaning up SCSI EH. >> Primary goal is to make asynchronous aborts mandatory; there hasn't >> been a single report so far where asynchronous abort won't work,

Re: [PATCHv2 0/5] SCSI EH cleanup

2017-02-22 Thread Bart Van Assche
On Wed, 2017-02-22 at 17:07 +0100, Hannes Reinecke wrote: > this is a resend of a small patchset for cleaning up SCSI EH. > Primary goal is to make asynchronous aborts mandatory; there hasn't > been a single report so far where asynchronous abort won't work, so > the 'no_async_abort' flag has never

Re: [PATCHv2 0/5] SCSI EH cleanup

2017-02-22 Thread Bart Van Assche
On 02/22/2017 08:07 AM, Hannes Reinecke wrote: > this is a resend of a small patchset for cleaning up SCSI EH. > Primary goal is to make asynchronous aborts mandatory; there hasn't > been a single report so far where asynchronous abort won't work, so > the 'no_async_abort' flag has never been used

[PATCHv2 0/5] SCSI EH cleanup

2017-02-22 Thread Hannes Reinecke
Hi all, this is a resend of a small patchset for cleaning up SCSI EH. Primary goal is to make asynchronous aborts mandatory; there hasn't been a single report so far where asynchronous abort won't work, so the 'no_async_abort' flag has never been used and will be removed with this patchset. Additi