On Mon, 9 Jan 2023 17:08:06 -0600 Sidhartha Kumar <sidhartha.kumar@xxxxxxxxxx> wrote: > commit dad6a5eb5556(mm,hugetlb: use folio fields in second tail page) > added a transitional hugetlb field to struct page and struct folio to make > room for another int in the first tail of a compound page. Hugetlb folio > conversions have changed all page users of this field to use the fields > within the folio so struct page no longer needs this hugetlb specific > field. > > Signed-off-by: Sidhartha Kumar <sidhartha.kumar@xxxxxxxxxx> > --- > This is rebased on 01/09/2023 mm-unstable plus Matthew's series[1] applied > > [1]https://lore.kernel.org/linux-mm/20221231214610.2800682-1-willy@xxxxxxxxxxxxx/ Matthew's series had some compilation issues and needs quite some rework to make it apply to current mm-unstable.. So, please resend this patch once v2 of "Get rid of first tail page fields" has materialized.