brd: pass a bvec pointer to brd_do_bvec
authorChristoph Hellwig <hch@lst.de>
Mon, 28 Apr 2025 14:09:47 +0000 (07:09 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 28 Apr 2025 17:45:40 +0000 (11:45 -0600)
commit75d99aa279561fc6d91afec8bdd1b56548f860a2
tree66be071dd6b47cc88cf921a495b11969e24ba581
parentbf4b8794de2019d6d8355a6bb220d806c7012e32
brd: pass a bvec pointer to brd_do_bvec

Pass the bvec to brd_do_bvec instead of marshalling the information into
individual arguments.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Yu Kuai <yukuai3@huawei.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Link: https://lore.kernel.org/r/20250428141014.2360063-2-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/brd.c