mbox series

[v2,0/2] mm: minor cleanups in rmap

Message ID 20250418095600.721989-1-ye.liu@linux.dev (mailing list archive)
Headers show
Series mm: minor cleanups in rmap | expand

Message

Ye Liu April 18, 2025, 9:55 a.m. UTC
Minor cleanups in mm/rmap.c:

- Rename a local variable for consistency
- Fix a typo in a comment

No functional changes.

Changes in v2:
- Dropped the "mm/memory-failure" patch.
- Kept only the uncontroversial rmap cleanups.

Ye Liu (2):
  mm/rmap: rename page__anon_vma to page_anon_vma for consistency
  mm/rmap: fix typo in comment in page_address_in_vma

 mm/rmap.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)