Re: [v3 PATCH 02/11] mm: vmscan: consolidate shrinker_maps handling code
From: Roman Gushchin <hidden>
Date: 2021-01-11 19:38:55
Also in:
linux-fsdevel, lkml
From: Roman Gushchin <hidden>
Date: 2021-01-11 19:38:55
Also in:
linux-fsdevel, lkml
On Mon, Jan 11, 2021 at 11:00:17AM -0800, Yang Shi wrote:
On Wed, Jan 6, 2021 at 4:14 PM Roman Gushchin [off-list ref] wrote:quoted
On Tue, Jan 05, 2021 at 02:58:08PM -0800, Yang Shi wrote:quoted
The shrinker map management is not really memcg specific, it's just allocationIn 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.BTW, do you mean the suggestion about renaming memcg_shrinker_maps to shrinker_maps? I just saw his email today since gmail filtered his emails to SPAM :-(
Yes.