Re: [PATCH] scsi: ufs: Fix proper API to send HPB pre-request

From: Bart Van Assche
Date: Thu Oct 28 2021 - 00:16:56 EST


On 10/27/21 15:36, Daejun Park wrote:
This patch addresses the issue of using the wrong API to create a
pre_request for HPB READ.
HPB READ candidate that require a pre-request will try to allocate a
pre-request only during request_timeout_ms (default: 0). Otherwise, it is
passed as normal READ, so deadlock problem can be resolved.

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