+4
−4
+1
−1
+2
−2
+2
−2
+5
−5
Loading
mainline inclusion from mainline-v6.9-rc1 commit 6b27cc6c66abf0f0b091a95ca1ad4e0fc68c11fd category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I9CHB4 CVE: NA ------------------------------------------------- Now all callers of mm_counter_file() have a folio, convert mm_counter_file() to take a folio. Saves a call to compound_head() hidden inside PageSwapBacked(). Link: https://lkml.kernel.org/r/20240111152429.3374566-11-willy@infradead.org Signed-off-by:Kefeng Wang <wangkefeng.wang@huawei.com> Signed-off-by:
Matthew Wilcox (Oracle) <willy@infradead.org> Cc: David Hildenbrand <david@redhat.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> (cherry picked from commit 6b27cc6c66abf0f0b091a95ca1ad4e0fc68c11fd) Signed-off-by:
Kefeng Wang <wangkefeng.wang@huawei.com> Conflicts: mm/memory.c mm/rmap.c