On Mon, Apr 17, 2023 at 02:36:18PM +0200, Pankaj Raghav wrote: > fs/buffer do not support large folios as there are many assumptions on > the folio size to be the host page size. This conversion is one step > towards removing that assumption. Also this conversion will reduce calls > to compound_head() if folio_create_buffers() calls > folio_create_empty_buffers(). > > Signed-off-by: Pankaj Raghav <p.raghav@xxxxxxxxxxx> Reviewed-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx>