提交 aca49ee0 编写于 作者: M Martin K. Petersen

Revert "scsi: ufs: Disable blk-mq for now"

This reverts commit d87161be.

The issues that forced us to disable blk_mq for ufs have been resolved.
Signed-off-by: NMartin K. Petersen <martin.petersen@oracle.com>
上级 96edebd6
......@@ -8099,13 +8099,6 @@ int ufshcd_alloc_host(struct device *dev, struct ufs_hba **hba_handle)
err = -ENOMEM;
goto out_error;
}
/*
* Do not use blk-mq at this time because blk-mq does not support
* runtime pm.
*/
host->use_blk_mq = false;
hba = shost_priv(host);
hba->host = host;
hba->dev = dev;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册