All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] mm: minor cleanups in rmap
@ 2025-04-21  8:57 Ye Liu
  2025-04-21  8:57 ` [PATCH v3 1/2] mm/rmap: rename page__anon_vma to anon_vma for consistency Ye Liu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ye Liu @ 2025-04-21  8:57 UTC (permalink / raw)
  To: akpm, nao.horiguchi, linmiaohe
  Cc: linux-kernel, linux-mm, lorenzo.stoakes, Liam.Howlett, david,
	harry.yoo, riel, vbabka, liuye, ye.liu

From: Ye Liu <liuye@kylinos.cn>

Minor cleanups in mm/rmap.c:

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

No functional changes.

Changes in v3:
- Rename variable from page_anon_vma to anon_vma.
- Link to v2: https://lore.kernel.org/all/20250418095600.721989-1-ye.liu@linux.dev/

Changes in v2:
- Dropped the "mm/memory-failure" patch.
- Kept only the uncontroversial rmap cleanups.
- Link to v1: https://lore.kernel.org/all/20250418075226.695014-1-ye.liu@linux.dev/

Ye Liu (2):
  mm/rmap: rename page__anon_vma to 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(-)

-- 
2.25.1



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

end of thread, other threads:[~2025-04-21  9:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-21  8:57 [PATCH v3 0/2] mm: minor cleanups in rmap Ye Liu
2025-04-21  8:57 ` [PATCH v3 1/2] mm/rmap: rename page__anon_vma to anon_vma for consistency Ye Liu
2025-04-21  8:57 ` [PATCH v3 2/2] mm/rmap: fix typo in comment in page_address_in_vma Ye Liu
2025-04-21  9:22 ` [PATCH v3 0/2] mm: minor cleanups in rmap Harry Yoo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.