+18
−19
Loading
mainline inclusion from mainline-v6.10-rc1 commit 43849758fdc976a6d6108ed6dfccdb136fdeec39 category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IAXCD2 Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=43849758fdc976a6d6108ed6dfccdb136fdeec39 -------------------------------- Replace the use of pages with folios. Saves a few calls to compound_head() and removes some uses of obsolete functions. Link: https://lkml.kernel.org/r/20240403171838.1445826-8-willy@infradead.org Signed-off-by:Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by:
David Hildenbrand <david@redhat.com> Reviewed-by:
Vishal Moola (Oracle) <vishal.moola@gmail.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Conflicts: mm/khugepaged.c [adjust page_from_dynamic_pool and page_reliable to use folio] Signed-off-by:
Nanyong Sun <sunnanyong@huawei.com>