On Wed, Aug 23, 2023 at 03:48:13PM -0700, Mike Kravetz wrote: > > -static struct page *remove_pool_huge_page(struct hstate *h, > > - nodemask_t *nodes_allowed, > > - bool acct_surplus) > > +static struct folio *remove_pool_huge_page(struct hstate *h, > > + nodemask_t *nodes_allowed, bool acct_surplus) > > might have been good to make a simple name change to remove_pool_huge_folio, > but not insisting. I wasn't sure what we were calling it now. I can go for huge_folio.