Re: [PATCH v3 16/18] scsi: ufs: Synchronize SCSI and UFS error handling
From: Bean Huo <hidden>
Date: 2021-08-02 14:25:17
From: Bean Huo <hidden>
Date: 2021-08-02 14:25:17
On Wed, 2021-07-21 at 20:34 -0700, Bart Van Assche wrote:
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 run concurrently. 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>
Reviewed-by: Bean Huo <redacted> Tested-by: Bean Huo <redacted>