Re: [PATCH] mm: memcontrol: move memsw charge callbacks to v1

From: Balbir Singh
Date: Tue Jan 28 2025 - 17:36:43 EST


On 1/24/25 16:41, Johannes Weiner wrote:
> The interweaving of two entirely different swap accounting strategies
> has been one of the more confusing parts of the memcg code. Split out
> the v1 code to clarify the implementation and a handful of callsites,
> and to avoid building the v1 bits when !CONFIG_MEMCG_V1.
>
> text data bss dec hex filename
> 39253 6446 4160 49859 c2c3 mm/memcontrol.o.old
> 38877 6382 4160 49419 c10b mm/memcontrol.o
>
> Signed-off-by: Johannes Weiner <hannes@xxxxxxxxxxx>

Acked-by: Balbir singh <balbirs@xxxxxxxxxx>