projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47cb393
)
nvme-pci: fix the wrong setting of nr_maps
author
Jianchao Wang
<jianchao.w.wang@oracle.com>
Mon, 24 Dec 2018 03:15:53 +0000
(11:15 +0800)
committer
Christoph Hellwig
<hch@lst.de>
Wed, 9 Jan 2019 18:47:02 +0000
(13:47 -0500)
We only set the nr_maps to 3 if poll queues are supported.
Signed-off-by: Jianchao Wang <jianchao.w.wang@oracle.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/pci.c
patch
|
blob
|
history
diff --git
a/drivers/nvme/host/pci.c
b/drivers/nvme/host/pci.c
index 5a0bf6a24d507b328774b832ea8b0854604d03a0..cc65fa8a537bdb86685d142f5a447d4162b4b2ea 100644
(file)
--- a/
drivers/nvme/host/pci.c
+++ b/
drivers/nvme/host/pci.c
@@
-2294,7
+2294,6
@@
static int nvme_dev_add(struct nvme_dev *dev)
dev->tagset.nr_maps = 2; /* default + read */
if (dev->io_queues[HCTX_TYPE_POLL])
dev->tagset.nr_maps++;
- dev->tagset.nr_maps = HCTX_MAX_TYPES;
dev->tagset.timeout = NVME_IO_TIMEOUT;
dev->tagset.numa_node = dev_to_node(dev->dev);
dev->tagset.queue_depth =