[PATCH 0/3] mm: minor cleanups in rmap and memory-failure
From: Ye Liu
Date: Fri Apr 18 2025 - 03:53:49 EST
From: Ye Liu <liuye@xxxxxxxxxx>
Minor cleanups in mm/rmap.c and mm/memory-failure.c:
- Rename a local variable for consistency
- Fix a typo in a comment
- Inline a trivial helper function to its call sites
No functional changes.
Ye Liu (3):
mm/rmap: rename page__anon_vma to page_anon_vma for consistency
mm/rmap: fix typo in comment in page_address_in_vma
mm/memory-failure: inline add_to_kill_anon_file() logic at call sites
mm/memory-failure.c | 15 ++++-----------
mm/rmap.c | 10 +++++-----
2 files changed, 9 insertions(+), 16 deletions(-)
--
2.25.1