Re: [PATCH v1 1/2] scsi: ufs: unify scsi_block_requests usage

From: Bart Van Assche
Date: Thu Dec 26 2019 - 12:38:15 EST


On 12/24/19 5:01 AM, Stanley Chu wrote:
Currently UFS driver has ufshcd_scsi_block_requests() with
reference counter mechanism to avoid possible racing of blocking and
unblocking requests flow. Unify all users in UFS driver to use the
same function.

Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>