Re: [PATCH] memcg: cleanup root memcg checks
From: Johannes Weiner <hidden>
Date: 2021-02-24 20:43:18
Also in:
linux-mm, lkml
From: Johannes Weiner <hidden>
Date: 2021-02-24 20:43:18
Also in:
linux-mm, lkml
On Tue, Feb 23, 2021 at 12:56:25PM -0800, Shakeel Butt wrote:
Replace the implicit checking of root memcg with explicit root memcg checking i.e. !css->parent with mem_cgroup_is_root(). Signed-off-by: Shakeel Butt <redacted>
Acked-by: Johannes Weiner <redacted>