]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
nvme-pci: do not try to add queue maps at runtime
authorKeith Busch <kbusch@kernel.org>
Tue, 10 Feb 2026 18:38:09 +0000 (10:38 -0800)
committerKeith Busch <kbusch@kernel.org>
Fri, 13 Feb 2026 14:47:59 +0000 (06:47 -0800)
commitbaa47c4f89eb2e7614e6a06dd5957632e38c4e74
treee4adde303dab34d80024892e143ead2ce03c33ae
parent4735b510a00fb2d4ac9e8d21a8c9552cb281f585
nvme-pci: do not try to add queue maps at runtime

The block layer allocates the set's maps once. We can't add special
purpose queues at runtime if they weren't allocated at initialization
time.

Tested-by: Kanchan Joshi <joshi.k@samsung.com>
Reviewed-by: Kanchan Joshi <joshi.k@samsung.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/host/pci.c