diff options
author | Roman Gushchin <guro@fb.com> | 2020-08-07 08:21:24 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-08-07 20:33:25 +0200 |
commit | 15999eef7f25e2ea6a1c33f026166f472c5714e9 (patch) | |
tree | a23ee0d7d14ab9d0dc960276f5c22c6f6b13180a /mm/slab.c | |
parent | mm: memcg/slab: deprecate slab_root_caches (diff) | |
download | linux-15999eef7f25e2ea6a1c33f026166f472c5714e9.tar.xz linux-15999eef7f25e2ea6a1c33f026166f472c5714e9.zip |
mm: memcg/slab: remove redundant check in memcg_accumulate_slabinfo()
memcg_accumulate_slabinfo() is never called with a non-root kmem_cache as
a first argument, so the is_root_cache(s) check is redundant and can be
removed without any functional change.
Signed-off-by: Roman Gushchin <guro@fb.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Vlastimil Babka <vbabka@suse.cz>
Reviewed-by: Shakeel Butt <shakeelb@google.com>
Cc: Christoph Lameter <cl@linux.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Michal Hocko <mhocko@kernel.org>
Cc: Tejun Heo <tj@kernel.org>
Link: http://lkml.kernel.org/r/20200623174037.3951353-17-guro@fb.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/slab.c')
0 files changed, 0 insertions, 0 deletions