diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2025-03-14 16:36:13 +0300 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2025-03-22 08:03:12 +0300 |
commit | 7cc57ecae40a68ff7204bca5e17a0241fe505ec7 (patch) | |
tree | 26a8eea064fdf812d8412ccf90305cb7eaa59982 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 1506c25508acd740ced5e92c539ed3d12f622c5b (diff) | |
download | linux-7cc57ecae40a68ff7204bca5e17a0241fe505ec7.tar.xz |
mm: remove references to folio in split_page_memcg()
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.
Link: https://lkml.kernel.org/r/20250314133617.138071-4-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Acked-by: Shakeel Butt <shakeel.butt@linux.dev>
Acked-by: Roman Gushchin <roman.gushchin@linux.dev>
Cc: David Hildenbrand <david@redhat.com>
Cc: Michal Hocko <mhocko@kernel.org>
Cc: Muchun Song <muchun.song@linux.dev>
Cc: Zi Yan <ziy@nvidia.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions