]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - block/blk-mq.c
block: rename blk_mq_alloc_rq_maps
authorWeiping Zhang <zhangweiping@didiglobal.com>
Thu, 7 May 2020 13:04:42 +0000 (21:04 +0800)
committerJens Axboe <axboe@kernel.dk>
Sat, 9 May 2020 22:15:13 +0000 (16:15 -0600)
commit79fab5287922900725df1394034de2e04b058907
tree5e619b05e2b3e888cc6c90bb7196507513f00693
parent03b63b029dcb394c00736c4ce1a8d07e13e458da
block: rename blk_mq_alloc_rq_maps

rename blk_mq_alloc_rq_maps to blk_mq_alloc_map_and_requests,
this function allocs both map and request, make function name align
with funtion.

Signed-off-by: Weiping Zhang <zhangweiping@didiglobal.com>
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq.c