Re: [PATCH 1/5] mm, memcg: remove unused functions
From: Roman Gushchin <hidden>
Date: 2021-07-30 02:58:34
Also in:
linux-mm, lkml
From: Roman Gushchin <hidden>
Date: 2021-07-30 02:58:34
Also in:
linux-mm, lkml
On Thu, Jul 29, 2021 at 08:57:51PM +0800, Miaohe Lin 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>Acked-by: Roman Gushchin <redacted> Thanks!