On 28.01.22 23:19, Bart Van Assche wrote: > Set scsi_host_template.cmd_size instead of using the SCSI pointer for > storing driver-private data. Change the type of the argument of > uas_add_work() from struct uas_cmd_info * into struct scsi_cmnd * because > it is easier to convert a SCSI command pointer into a uas_cmd_info pointer > than the other way around. > > This patch prepares for removal of the SCSI pointer from struct scsi_cmnd. > > Cc: Oliver Neukum <oneukum@xxxxxxxx> > Cc: linux-usb@xxxxxxxxxxxxxxx > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> Acked-by: Oliver Neukum <oneukum@xxxxxxxx>