linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] mm: remove page_rmapping()
@ 2023-07-01  3:28 Peng Zhang
  2023-07-01  3:28 ` [PATCH v2 1/2] mm: use a folio in fault_dirty_shared_page() Peng Zhang
  2023-07-01  3:28 ` [PATCH v2 2/2] mm: remove page_rmapping() Peng Zhang
  0 siblings, 2 replies; 5+ messages in thread
From: Peng Zhang @ 2023-07-01  3:28 UTC (permalink / raw)
  To: linux-mm, linux-kernel, willy, sidhartha.kumar
  Cc: akpm, wangkefeng.wang, sunnanyong, ZhangPeng

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



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-07-02  0:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-01  3:28 [PATCH v2 0/2] mm: remove page_rmapping() Peng Zhang
2023-07-01  3:28 ` [PATCH v2 1/2] mm: use a folio in fault_dirty_shared_page() Peng Zhang
2023-07-02  0:01   ` Matthew Wilcox
2023-07-01  3:28 ` [PATCH v2 2/2] mm: remove page_rmapping() Peng Zhang
2023-07-02  0:02   ` Matthew Wilcox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox