Re: [v3 PATCH 02/11] mm: vmscan: consolidate shrinker_maps handling code
From: Roman Gushchin <hidden>
Date: 2021-01-07 00:14:58
Also in:
linux-fsdevel, lkml
From: Roman Gushchin <hidden>
Date: 2021-01-07 00:14:58
Also in:
linux-fsdevel, lkml
On Tue, Jan 05, 2021 at 02:58:08PM -0800, Yang Shi wrote:
The shrinker map management is not really memcg specific, it's just allocation
In the current form it doesn't look so, especially because each name has a memcg_ prefix and each function takes a memcg argument. It begs for some refactorings (Kirill suggested some) and renamings. Thanks!