diff options
| author | 2020-11-12 09:23:02 +0100 | |
|---|---|---|
| committer | 2020-12-01 20:36:36 +0100 | |
| commit | e3aef0950a30ecbf475be52509ca178907410709 (patch) | |
| tree | 00ea68cdbfaf1076f72e98e35c7a18edf36eca46 /samples/mic/ssh:/git@git.zx2c4.com | |
| parent | nvme-pci: drop min() from nr_io_queues assignment (diff) | |
nvme-pci: don't allocate unused I/O queues
currently the NVME_QUIRK_SHARED_TAGS quirk for Apple devices is handled
during the assignment of nr_io_queues in nvme_setup_io_queues().
This however means that for these devices nvme_max_io_queues() will
actually not return the supported maximum which is confusing and
unexpected and also means that in nvme_probe() we are allocating
for I/O queues that will never be used.
Fix this by moving the quirk handling into nvme_max_io_queues().
Signed-off-by: Niklas Schnelle <schnelle@linux.ibm.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'samples/mic/ssh:/git@git.zx2c4.com')
0 files changed, 0 insertions, 0 deletions
