]> www.infradead.org Git - nvme.git/commit
virtio: blk/scsi: replace blk_mq_virtio_map_queues with blk_mq_map_hw_queues
authorDaniel Wagner <wagi@kernel.org>
Mon, 2 Dec 2024 14:00:15 +0000 (15:00 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 23 Dec 2024 15:17:23 +0000 (08:17 -0700)
commita5665c3d150c9876981e9a31161f42dac6a0d95c
tree4f4cb092038ca31179a55bc0fb5fb41ee1f5b619
parent4425f6492a511dd12ccad924ae8c8e802c172418
virtio: blk/scsi: replace blk_mq_virtio_map_queues with blk_mq_map_hw_queues

Replace all users of blk_mq_virtio_map_queues with the more generic
blk_mq_map_hw_queues. This in preparation to retire
blk_mq_virtio_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-7-27211e9c2cd5@kernel.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/virtio_blk.c
drivers/scsi/virtio_scsi.c