Skip to content

Commit

Permalink
Revert "scsi: ufs: Disable blk-mq for now"
Browse files Browse the repository at this point in the history
This reverts commit d87161b.

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

Signed-off-by: Martin K. Petersen <[email protected]>
  • Loading branch information
martinkpetersen committed Nov 7, 2018
1 parent 96edebd commit aca49ee
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions drivers/scsi/ufs/ufshcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit aca49ee

Please sign in to comment.