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

Peng Zhang posted 2 patches 2 years, 7 months ago
include/linux/mm.h |  1 -
mm/memory.c        | 16 ++++++++--------
mm/util.c          |  6 ------
3 files changed, 8 insertions(+), 15 deletions(-)
[PATCH v2 0/2] mm: remove page_rmapping()
Posted by Peng Zhang 2 years, 7 months ago
From: ZhangPeng <zhangpeng362@huawei.com>

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