Re: [PATCH v2] scsi: ufs: core: Avoid possible memory reclaim deadlock in TX EQTR context
From: Bart Van Assche
Date: Mon Jul 06 2026 - 11:14:20 EST
On 6/18/26 7:09 AM, Can Guo wrote:
@@ -1244,6 +1256,9 @@ static int ufshcd_tx_eqtr(struct ufs_hba *hba,
if (ret)
ufshcd_tx_eqtr_unprepare(hba, &old_pwr_info);
+out_noio_restore:
+ memalloc_noio_restore(noio_flag);
+
return ret;
}
This patch adds a new label "out_noio_restore" next to the existing
label "out". Shouldn't the existing "out" label be renamed? Otherwise
this patch looks good to me.
Thanks,
Bart.