On Tue, Sep 02, 2025 at 10:12:23AM -0700, Bart Van Assche wrote: > This is a good opportunity to reduce the indentation level in this > function by adding something like this above the > bio_submit_split_bioset() call: > > if (unlikely(split_sectors == 0)) > return bio; I asked Kuan not to mix functionality changes and reformatting for the initial version. With the new helper it doesn't matter too much, but to be honest I also think the current flow is more readable with the new helper anyway and it's not like there is a lot of indentation.