Re: [PATCH 26/31] scsi: Move the code for clearing private command data into scsi_dispatch_cmd()

2017-05-24 Thread Hannes Reinecke
On 05/24/2017 02:34 AM, Bart Van Assche wrote: > This patch does not change any functionality but avoids duplication > of the code for clearing driver-private command data. > > Signed-off-by: Bart Van Assche > Cc: Christoph Hellwig > Cc: Hannes Reinecke

[PATCH 26/31] scsi: Move the code for clearing private command data into scsi_dispatch_cmd()

2017-05-23 Thread Bart Van Assche
This patch does not change any functionality but avoids duplication of the code for clearing driver-private command data. Signed-off-by: Bart Van Assche Cc: Christoph Hellwig Cc: Hannes Reinecke --- drivers/scsi/scsi_lib.c | 5 ++--- 1