summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorT.J. Mercier <tjmercier@google.com>2024-01-27 00:19:25 +0300
committerAndrew Morton <akpm@linux-foundation.org>2024-02-22 21:24:41 +0300
commit13ef7424577ff9b663aeaa4fda67e186d9856df3 (patch)
treed2e9f6d16db69885ae3b790e189f620ab10b38b3 /Documentation
parent8c407e05a9b3bd851c5731387033edfb362b8b98 (diff)
downloadlinux-13ef7424577ff9b663aeaa4fda67e186d9856df3.tar.xz
mm: memcg: don't periodically flush stats when memcg is disabled
The root memcg is onlined even when memcg is disabled. When it's onlined a 2 second periodic stat flush is started, but no stat flushing is required when memcg is disabled because there can be no child memcgs. Most calls to flush memcg stats are avoided when memcg is disabled as a result of the mem_cgroup_disabled check added in 7d7ef0a4686a ("mm: memcg: restore subtree stats flushing"), but the periodic flushing started in mem_cgroup_css_online is not. Skip it. Link: https://lkml.kernel.org/r/20240126211927.1171338-1-tjmercier@google.com Fixes: aa48e47e3906 ("memcg: infrastructure to flush memcg stats") Signed-off-by: T.J. Mercier <tjmercier@google.com> Acked-by: Shakeel Butt <shakeelb@google.com> Acked-by: Johannes Weiner <hannes@cmpxchg.org> Acked-by: Chris Li <chrisl@kernel.org> Reported-by: Minchan Kim <minchan@google.com> Reviewed-by: Yosry Ahmed <yosryahmed@google.com> Cc: Michal Hocko <mhocko@kernel.org> Cc: Muchun Song <muchun.song@linux.dev> Cc: Roman Gushchin <roman.gushchin@linux.dev> Cc: Michal Koutn <mkoutny@suse.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions