> +void iomap_submit_bio(struct bio *bio) > +{ > + submit_bio(bio); > +} This is an entirely new function and not just a code movement. Please add new abstractions independent of code movement.
> +void iomap_submit_bio(struct bio *bio) > +{ > + submit_bio(bio); > +} This is an entirely new function and not just a code movement. Please add new abstractions independent of code movement.
![]() |