Re: [PATCH 3/3] Make SCSI error handler code easier to understand

2014-05-26 Thread Hannes Reinecke
On 05/26/2014 05:15 PM, Bart Van Assche wrote: Every now and then someone asks how it is avoided that the SCSI error handler and the SCSI completion handler are invoked concurrently for the same SCSI command. Add a few WARN_ON_ONCE() statements that make it clear how this is avoided. Signed-off-

[PATCH 3/3] Make SCSI error handler code easier to understand

2014-05-26 Thread Bart Van Assche
Every now and then someone asks how it is avoided that the SCSI error handler and the SCSI completion handler are invoked concurrently for the same SCSI command. Add a few WARN_ON_ONCE() statements that make it clear how this is avoided. Signed-off-by: Bart Van Assche Cc: Hannes Reinecke Cc: Pao