diff options
author | 2022-02-03 11:40:17 -0500 | |
---|---|---|
committer | 2022-03-21 12:59:02 -0400 | |
commit | 2aff7a4755bed2870ee23b75bc88cdc8d76cdd03 (patch) | |
tree | a638ee31555747a2252b02e87440dfa303b9f64e /tools/perf/scripts/python/export-to-postgresql.py | |
parent | sparc32: Add pmd_pfn() (diff) | |
download | wireguard-linux-2aff7a4755bed2870ee23b75bc88cdc8d76cdd03.tar.xz wireguard-linux-2aff7a4755bed2870ee23b75bc88cdc8d76cdd03.zip |
mm: Convert page_vma_mapped_walk to work on PFNs
page_mapped_in_vma() really just wants to walk one page, but as the
code stands, if passed the head page of a compound page, it will
walk every page in the compound page. Extract pfn/nr_pages/pgoff
from the struct page early, so they can be overridden by
page_mapped_in_vma().
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions