Re: [v3 PATCH 06/11] mm: memcontrol: rename shrinker_map to shrinker_info

2021-01-11 Thread Yang Shi
On Wed, Jan 6, 2021 at 3:39 AM Kirill Tkhai wrote: > > On 06.01.2021 01:58, Yang Shi wrote: > > The following patch is going to add nr_deferred into shrinker_map, the > > change will > > make shrinker_map not only include map anymore, so rename it to a more > > general > > name. And this should

Re: [v3 PATCH 06/11] mm: memcontrol: rename shrinker_map to shrinker_info

2021-01-06 Thread Kirill Tkhai
On 06.01.2021 01:58, Yang Shi wrote: > The following patch is going to add nr_deferred into shrinker_map, the change > will > make shrinker_map not only include map anymore, so rename it to a more general > name. And this should make the patch adding nr_deferred cleaner and readable > and make >

[v3 PATCH 06/11] mm: memcontrol: rename shrinker_map to shrinker_info

2021-01-05 Thread Yang Shi
The following patch is going to add nr_deferred into shrinker_map, the change will make shrinker_map not only include map anymore, so rename it to a more general name. And this should make the patch adding nr_deferred cleaner and readable and make review easier. Signed-off-by: Yang Shi --- in