]> www.infradead.org Git - nvme.git/commit
nvme: replace blk_mq_pci_map_queues with blk_mq_map_hw_queues
authorDaniel Wagner <wagi@kernel.org>
Mon, 2 Dec 2024 14:00:14 +0000 (15:00 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 23 Dec 2024 15:17:23 +0000 (08:17 -0700)
commit4425f6492a511dd12ccad924ae8c8e802c172418
treeff9683d09f05af28e33ca4a773eddb18216424f2
parentbd326a5ad6397ccfc67af862606be107c15a43e6
nvme: replace blk_mq_pci_map_queues with blk_mq_map_hw_queues

Replace all users of blk_mq_pci_map_queues with the more generic
blk_mq_map_hw_queues. This in preparation to retire
blk_mq_pci_map_queues.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Reviewed-by: John Garry <john.g.garry@oracle.com>
Signed-off-by: Daniel Wagner <wagi@kernel.org>
Link: https://lore.kernel.org/r/20241202-refactor-blk-affinity-helpers-v6-6-27211e9c2cd5@kernel.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/nvme/host/fc.c
drivers/nvme/host/pci.c