On Wed, Jun 25, 2025 at 02:59:05PM +0900, Damien Le Moal wrote: > +bool bio_needs_zone_write_plugging(struct bio *bio)
Can you use this in blk_zone_plug_bio instead of duplicating the logic? I also wonder if we should only it it, as despite looking quite complex it should compile down to just a few instructions and is used in the I/O fast path.