On Wed, Apr 23, 2025 at 08:07:19AM +0200, Hannes Reinecke wrote: >> +int submit_bio_wait(struct bio *bio); >> +int bdev_rw_virt(struct block_device *bdev, sector_t sector, void *data, >> + size_t len, enum req_op op); >> + >> int bio_iov_iter_get_pages(struct bio *bio, struct iov_iter *iter); >> void bio_iov_bvec_set(struct bio *bio, const struct iov_iter *iter); >> void __bio_release_pages(struct bio *bio, bool mark_dirty); > > Any specific reason why the declaration of 'submit_bio_wait()' is moved?
To keep the related declarations together.