Re: [PATCH 1/5] mm, memcg: remove unused functions
From: Muchun Song <hidden>
Date: 2021-07-30 02:39:46
Also in:
linux-mm, lkml
From: Muchun Song <hidden>
Date: 2021-07-30 02:39:46
Also in:
linux-mm, lkml
On Thu, Jul 29, 2021 at 8:57 PM Miaohe Lin [off-list ref] wrote:
Since commit 2d146aa3aa84 ("mm: memcontrol: switch to rstat"), last user
of memcg_stat_item_in_bytes() is gone. And since commit fa40d1ee9f15 ("mm:
vmscan: memcontrol: remove mem_cgroup_select_victim_node()"), only the
declaration of mem_cgroup_select_victim_node() is remained here. Remove
them.
Signed-off-by: Miaohe Lin <redacted>Reviewed-by: Muchun Song <redacted>