Revert "nvme-pci: don't create a read hctx mapping without read queues"
authoryangerkun <yangerkun@huawei.com>
Tue, 23 Jul 2019 03:23:13 +0000 (11:23 +0800)
committerChristoph Hellwig <hch@lst.de>
Tue, 23 Jul 2019 15:47:02 +0000 (17:47 +0200)
commit8fe34be14ecb5eb0ef8d8d44aa7ab62d9e2911ca
tree6d40e7bbb4398d875eace9f04234caa9a03da35c
parent66b20ac0a1a10769d059d6903202f53494e3d902
Revert "nvme-pci: don't create a read hctx mapping without read queues"

This reverts commit 0298d5435276e7795b0b939d74827f6e775e7009.

With this patch, set 'poll_queues > hard queues' will lead to 'nr_read_queues = 0'
in nvme_calc_irq_sets. Then poll_queues setting can fail since dev->tagset.nr_maps
equals to 2 and nvme_pci_map_queues will not do map for poll queues.

Signed-off-by: yangerkun <yangerkun@huawei.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/pci.c