Re: [PATCH 23/31] scsi: Move sense buffer pointer initialization into scsi_initialize_rq()

2017-05-24 Thread Hannes Reinecke
On 05/24/2017 02:34 AM, Bart Van Assche wrote: > This patch is a preparation for the next patch that will zero > the struct scsi_request embedded in struct scsi_cmnd before > calling scsi_req_init(). > > Signed-off-by: Bart Van Assche > Reviewed-by: Christoph Hellwig

[PATCH 23/31] scsi: Move sense buffer pointer initialization into scsi_initialize_rq()

2017-05-23 Thread Bart Van Assche
This patch is a preparation for the next patch that will zero the struct scsi_request embedded in struct scsi_cmnd before calling scsi_req_init(). Signed-off-by: Bart Van Assche Reviewed-by: Christoph Hellwig Cc: Hannes Reinecke ---