[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230701032853.258697-1-zhangpeng362@huawei.com>
Date: Sat, 1 Jul 2023 11:28:51 +0800
From: Peng Zhang <zhangpeng362@...wei.com>
To: <linux-mm@...ck.org>, <linux-kernel@...r.kernel.org>,
<willy@...radead.org>, <sidhartha.kumar@...cle.com>
CC: <akpm@...ux-foundation.org>, <wangkefeng.wang@...wei.com>,
<sunnanyong@...wei.com>, ZhangPeng <zhangpeng362@...wei.com>
Subject: [PATCH v2 0/2] mm: remove page_rmapping()
From: ZhangPeng <zhangpeng362@...wei.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
Powered by blists - more mailing lists