On 5/3/21 8:03 AM, Hannes Reinecke wrote: > The probe_container mechanism requires a target id to be present, > even if the device itself isn't present (yet). > As we're now allocating internal commands the target id of the > device is immutable, so store the requested target id in the > host_scribble field. A more elegant solution is probably to introduce private data per SCSI command and to set the .cmd_size member in the SCSI host template. I'd like to get rid of the host_scribble field because it makes the SCSI command data structure larger than necessary for SCSI LLDs that don't use 'host_scribble'. Thanks, Bart.