]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
block: remove bvec_free
authorChristoph Hellwig <hch@lst.de>
Mon, 16 Mar 2026 16:11:31 +0000 (17:11 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 18 Mar 2026 01:27:14 +0000 (19:27 -0600)
commite80fd7a08940093aad5ea247a42046b57709a7bd
treeb8e67605b5a74d8f6423720602525c40699d77fc
parentb520c4eef83dd406591431f936de0908c3ed7fb9
block: remove bvec_free

bvec_free is only called by bio_free, so inline it there.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com> -ck
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Link: https://patch.msgid.link/20260316161144.1607877-4-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bio.c