On Fri, Feb 21, 2025 at 05:10:01AM +0000, Matthew Wilcox (Oracle) wrote: > ext4 and ceph already have a folio to pass; f2fs needs to be properly > converted but this will do for now. This removes a reference > to page->index and page->mapping as well as removing a call to > compound_head(). > > Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> It's still assumed to be a small folio though, right? It still just allocates a "bounce page", not a "bounce folio". - Eric