aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorDavid Hildenbrand <[email protected]>2024-08-16 12:32:46 +0200
committerAndrew Morton <[email protected]>2024-09-03 21:15:37 -0700
commitd0b003ce97ad6518dea4b0ed70081df95de04179 (patch)
tree88008767755a678f34bf3565fbb1f63d8b15cb2e /tools/perf/scripts/python
parentcf54f310d0d313bce6505d010a555948b0ae0e2a (diff)
mm/rmap: use folio->_mapcount for small folios
We have some cases left whereby we operate on small folios and still refer to page->_mapcount. Let's just use folio->_mapcount instead, which currently still overlays page->_mapcount, so no change. This change will make it easier to later spot any remaining users of page->_mapcount that target tail pages. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: David Hildenbrand <[email protected]> Cc: Matthew Wilcox <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions