On Thu, May 2, 2024 at 11:06 AM Christoph Hellwig <hch@xxxxxx> wrote: > > > - Changed functions bio_iov_add_page() and bio_iov_add_zone_append_page() to > > accept a folio > > Those should be separate prep patches. > I tried to split this patch into prep patches for these two functions. The main patch logic (folio, folio_offset, length, skip) gets split into prep patches, which looks less neater than doing it in a single patch.