Re: [PATCH v1 04/14] mm: memcg: move charge migration code to memcontrol-v1.c

From: Shakeel Butt
Date: Sat Jun 01 2024 - 02:44:14 EST


On Tue, May 28, 2024 at 01:20:56PM GMT, Roman Gushchin wrote:
> Unlike the legacy cgroup v1 memory controller, cgroup v2 memory
> controller doesn't support moving charged pages between cgroups.
>
> It's a fairly large and complicated code which created a number
> of problems in the past. Let's move this code into memcontrol-v1.c.
> It shaves off 1k lines from memcontrol.c. It's also another step
> towards making the legacy memory controller code optionally compiled.
>
> Signed-off-by: Roman Gushchin <roman.gushchin@xxxxxxxxx>

Acked-by: Shakeel Butt <shakeel.butt@xxxxxxxxx>