+1
−1
+3
−3
+5
−5
+4
−4
+1
−1
Loading
mainline inclusion from mainline-v6.9-rc1 commit a23f517b0e1554467b0eb3bc1ebcb4d626217302 category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I9CHB4 CVE: NA ------------------------------------------------- Now all callers of mm_counter() have a folio, convert mm_counter() to take a folio. Saves a call to compound_head() hidden inside PageAnon(). Link: https://lkml.kernel.org/r/20240111152429.3374566-10-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 a23f517b0e1554467b0eb3bc1ebcb4d626217302) Signed-off-by:
Kefeng Wang <wangkefeng.wang@huawei.com> Conflicts: mm/memory.c mm/rmap.c