Re: [PATCH v3 16/18] scsi: ufs: Synchronize SCSI and UFS error handling
From: Bart Van Assche <bvanassche@acm.org>
Date: 2021-08-29 21:33:51
From: Bart Van Assche <bvanassche@acm.org>
Date: 2021-08-29 21:33:51
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.