浏览代码

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

This reverts commit d87161bea405e3260377026ca8a704a3f68bd67a.

The issues that forced us to disable blk_mq for ufs have been resolved.

Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Martin K. Petersen 6 年之前
父节点
当前提交
aca49ee041
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      drivers/scsi/ufs/ufshcd.c

+ 0 - 7
drivers/scsi/ufs/ufshcd.c

@@ -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;