]> git.baikalelectronics.ru Git - kernel.git/commit
memcg: cleanup root memcg checks
authorShakeel Butt <shakeelb@google.com>
Fri, 30 Apr 2021 05:56:05 +0000 (22:56 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 30 Apr 2021 18:20:37 +0000 (11:20 -0700)
commit90b791a54b425a80085358faeadbf1226bf98fc1
tree5f4d63fd1e04e51517989fb445615f6ac9e834d6
parentaa8760389ae35fe024da79baf17107086e3979ac
memcg: cleanup root memcg checks

Replace the implicit checking of root memcg with explicit root memcg
checking i.e.  !css->parent with mem_cgroup_is_root().

Link: https://lkml.kernel.org/r/20210223205625.2792891-1-shakeelb@google.com
Signed-off-by: Shakeel Butt <shakeelb@google.com>
Acked-by: Michal Hocko <mhocko@suse.com>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Cc: Roman Gushchin <guro@fb.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memcontrol.c