]> www.infradead.org Git - users/hch/misc.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>
Tue, 17 Dec 2024 16:37:00 +0000 (09:37 -0700)
commitf0d672680e0b383b14add766b57db60c4c4acf92
tree46384080af7e3567a775763a828af5bda8c97bc2
parent7c72e20573d0d350c7c087289e7b7b605100651f
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