On Mon, Mar 25, 2024 at 01:44:28PM +0900, Damien Le Moal wrote: > Implement the inline helper functions bio_straddle_zones() and > bio_offset_from_zone_start() to respectively test if a BIO crosses a > zone boundary (the start sector and last sector belong to different > zones) and to obtain the offset of a BIO from the start sector of its > target zone. Looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx> (the grammar fix from Bart looks good as well)