RE: [PATCH v3 16/18] scsi: ufs: Synchronize SCSI and UFS error handling
From: Avri Altman <Avri.Altman@wdc.com>
Date: 2021-08-29 07:17:21
From: Avri Altman <Avri.Altman@wdc.com>
Date: 2021-08-29 07:17:21
Hi,
On 22/07/21 6:34 am, Bart Van Assche wrote:quoted
Use the SCSI error handler instead of a custom error handling strategy. This change reduces the number of potential races in the UFS drivers since the UFS error handler and the SCSI error handler no longer runconcurrently.quoted
Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Stanley Chu <redacted> Cc: Can Guo <redacted> Cc: Asutosh Das <redacted> Cc: Avri Altman <avri.altman@wdc.com> Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Shouldn't a transport template ops be used only for scsi_transport modules? Thanks, Avri