diff options
author | 2024-04-02 21:12:48 +0100 | |
---|---|---|
committer | 2024-04-25 20:56:34 -0700 | |
commit | 03aa577f3b2809bcaeb9a544307c2d997a972965 (patch) | |
tree | 8d554757976434b19787612a6932b28fec958014 /mm/memory.c | |
parent | khugepaged: use a folio throughout hpage_collapse_scan_file() (diff) | |
download | wireguard-linux-03aa577f3b2809bcaeb9a544307c2d997a972965.tar.xz wireguard-linux-03aa577f3b2809bcaeb9a544307c2d997a972965.zip |
proc: convert clear_refs_pte_range to use a folio
Patch series "Remove page_idle and page_young wrappers".
There are only a couple of places left using the page wrappers for idle &
young tracking. Convert the two users in proc and then we can remove the
wrappers. That enables the further simplification of autogenerating the
definitions when CONFIG_PAGE_IDLE_FLAG is disabled.
This patch (of 4):
Replaces four calls to compound_head() with two.
Link: https://lkml.kernel.org/r/20240402201252.917342-1-willy@infradead.org
Link: https://lkml.kernel.org/r/20240402201252.917342-2-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm/memory.c')
0 files changed, 0 insertions, 0 deletions