Re: [PATCHv6 3/8] scsi: always send command aborts

2017-04-10 Thread Bart Van Assche
On Thu, 2017-04-06 at 15:36 +0200, Hannes Reinecke wrote: > When a command has timed out we always should be sending an > abort; with the previous code a failed abort might signal > SCSI EH to start, and all other timed out commands will > never be aborted, even though they might belong to a > diff

[PATCHv6 3/8] scsi: always send command aborts

2017-04-06 Thread Hannes Reinecke
When a command has timed out we always should be sending an abort; with the previous code a failed abort might signal SCSI EH to start, and all other timed out commands will never be aborted, even though they might belong to a different ITL nexus. Cc: Benjamin Block Signed-off-by: Hannes Reinecke