Re: [PATCH v4 2/3] mm: rename swap.c to folio_lru.c
From: Johannes Weiner
Date: Wed Jun 03 2026 - 11:31:44 EST
On Wed, Jun 03, 2026 at 09:05:33PM +0800, Jianyue Wu wrote:
> Rename mm/swap.c to mm/folio_lru.c so the filename better matches
> the code's main responsibility.
>
> This keeps the implementation split from swap-specific code without
> changing the published LRU helper interfaces.
>
> Update MAINTAINERS and the remaining mm/swap.c documentation references
> after the rename.
>
> Suggested-by: Baoquan He <bhe@xxxxxxxxxx>
> Suggested-by: David Hildenbrand <david@xxxxxxxxxx>
> Signed-off-by: Jianyue Wu <wujianyue000@xxxxxxxxx>
Acked-by: Johannes Weiner <hannes@xxxxxxxxxxx>