Re: [PATCHv3 3/6] scsi: make eh_eflags persistent

2017-03-14 Thread Benjamin Block
Hello Hannes, sry that I only now reply to the other patches of the series. On Wed, Mar 01, 2017 at 10:15:17AM +0100, Hannes Reinecke wrote: > To detect if a failed command has been retried we must not > clear scmd->eh_eflags when EH finishes. > The flag should be persistent throughout the

Re: [PATCHv3 3/6] scsi: make eh_eflags persistent

2017-03-01 Thread Bart Van Assche
On Wed, 2017-03-01 at 10:15 +0100, Hannes Reinecke wrote: > To detect if a failed command has been retried we must not > clear scmd->eh_eflags when EH finishes. > The flag should be persistent throughout the lifetime > of the command. > > Reviewed-by: Johannes Thumshirn >

[PATCHv3 3/6] scsi: make eh_eflags persistent

2017-03-01 Thread Hannes Reinecke
To detect if a failed command has been retried we must not clear scmd->eh_eflags when EH finishes. The flag should be persistent throughout the lifetime of the command. Reviewed-by: Johannes Thumshirn Signed-off-by: Hannes Reinecke ---