diff options
author | Yang Shi <shy828301@gmail.com> | 2022-07-04 03:08:36 +0200 |
---|---|---|
committer | akpm <akpm@linux-foundation.org> | 2022-07-04 03:08:36 +0200 |
commit | 507db7927cd181d409dd495c8384b8e14c21c600 (patch) | |
tree | d3d145aa808b6805b9b3c40ed3e4e51fa0e6180f /mm/migrate.c | |
parent | docs: rename Documentation/vm to Documentation/mm (diff) | |
download | linux-507db7927cd181d409dd495c8384b8e14c21c600.tar.xz linux-507db7927cd181d409dd495c8384b8e14c21c600.zip |
mm: rmap: use the correct parameter name for DEFINE_PAGE_VMA_WALK
The parameter used by DEFINE_PAGE_VMA_WALK is _page not page, fix the
parameter name. It didn't cause any build error, it is probably because
the only caller is write_protect_page() from ksm.c, which pass in page.
Link: https://lkml.kernel.org/r/20220512174551.81279-1-shy828301@gmail.com
Fixes: 2aff7a4755be ("mm: Convert page_vma_mapped_walk to work on PFNs")
Signed-off-by: Yang Shi <shy828301@gmail.com>
Reviewed-by: Muchun Song <songmuchun@bytedance.com>
Reviewed-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Muchun Song <songmuchun@bytedance.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions