On Fri, Mar 14, 2025 at 01:36:13PM +0000, Matthew Wilcox wrote: > We know that the passed in page is not part of a folio (it's a plain > page allocated with GFP_ACCOUNT), so we should get rid of the misleading > references to folios. > > Introduce page_objcg() and page_set_objcg() helpers to make things more > clear. > > Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> > Acked-by: Johannes Weiner <hannes@xxxxxxxxxxx> > Acked-by: Shakeel Butt <shakeel.butt@xxxxxxxxx> Acked-by: Roman Gushchin <roman.gushchin@xxxxxxxxx> Thanks!