[PATCH v3 0/4] Convert deactivate_page() to folio_deactivate()

From: Vishal Moola (Oracle)
Date: Thu Dec 08 2022 - 15:35:12 EST


Deactivate_page() has already been converted to use folios. This patch
series modifies the callers of deactivate_page() to use folios. It also
introduces vm_normal_folio() to assist with folio conversions, and
converts deactivate_page() to folio_deactivate() which takes in a folio.

---
v3:
Introduce vm_normal_folio() wrapper function to return a folio
Fix madvise missing folio_mapcount()

v2:
Fix a compilation issue
Some minor rewording of comments/descriptions

Vishal Moola (Oracle) (4):
mm/memory: Add vm_normal_folio()
madvise: Convert madvise_cold_or_pageout_pte_range() to use folios
mm/damon: Convert damon_pa_mark_accessed_or_deactivate() to use folios
mm/swap: Convert deactivate_page() to folio_deactivate()

include/linux/mm.h | 2 +
include/linux/swap.h | 2 +-
mm/damon/paddr.c | 11 ++++--
mm/madvise.c | 92 ++++++++++++++++++++++----------------------
mm/memory.c | 10 +++++
mm/swap.c | 14 +++----
6 files changed, 72 insertions(+), 59 deletions(-)

--
2.38.1