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>