On 8/29/21 00:17, Avri Altman wrote:
Shouldn't a transport template ops be used only for scsi_transport modules?
If a transport template is used by multiple SCSI LLD drivers then the transport implementation should be implemented as a kernel module of its own. Since the transport template introduced by this patch is not used by any other kernel module I think it's fine to define this transport template in the UFS driver.
Bart.