You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2023. It is now read-only.
FROMLIST: scsi: ufs: Fix a race condition in the clock gating code
The hba->outstanding_reqs bitmask only has information about
outstanding requests if MCQ is disabled. Replace this expression
with scsi_host_busy(hba->host) to support both modes (MCQ
disabled and MCQ enabled).
Fixes: eacb139 ("scsi: ufs: core: mcq: Enable multi-circular queue")
Signed-off-by: Bart Van Assche <[email protected]>
Link: https://lore.kernel.org/linux-scsi/[email protected]/
Change-Id: Ie1874e3487cf17baaad84b060073c26694a592fd
Signed-off-by: Bart Van Assche <[email protected]>
0 commit comments