[PATCH v2 0/2] mm: remove page_rmapping()

From: Peng Zhang
Date: Fri Jun 30 2023 - 23:36:41 EST


From: ZhangPeng <zhangpeng362@xxxxxxxxxx>

This minor patch series convert fault_dirty_shared_page() to use a folio
first, then remove the now-unused page_rmapping().

Change log:

v2:
- reverse the order of the two patches
- add RBs from Sidhartha Kumar
- update comment

ZhangPeng (2):
mm: use a folio in fault_dirty_shared_page()
mm: remove page_rmapping()

include/linux/mm.h | 1 -
mm/memory.c | 16 ++++++++--------
mm/util.c | 6 ------
3 files changed, 8 insertions(+), 15 deletions(-)

--
2.25.1