Re: [PATCH v3] scsi: ufs: core: Keep internal commands dispatchable during error handling

From: Bart Van Assche

Date: Mon Sep 14 2026 - 16:40:42 EST


On 9/12/26 6:16 AM, Stanley Jhu wrote:
Commit 08b12cda6c44 ("scsi: ufs: core: Switch to scsi_get_internal_cmd()")
switched UFS internal commands to allocate requests on
hba->host->pseudo_sdev->request_queue, which shares the host tagset with
regular LUNs.
Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>