Re: [PATCH v3 03/18] mm/memcg: Use the node id in mem_cgroup_update_tree()
From: Johannes Weiner <hannes@cmpxchg.org>
Date: 2021-06-30 14:19:00
Also in:
cgroups
From: Johannes Weiner <hannes@cmpxchg.org>
Date: 2021-06-30 14:19:00
Also in:
cgroups
On Wed, Jun 30, 2021 at 05:00:19AM +0100, Matthew Wilcox (Oracle) wrote:
By using the node id in mem_cgroup_update_tree(), we can delete soft_limit_tree_from_page() and mem_cgroup_page_nodeinfo(). Saves 42 bytes of kernel text on my config. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>