aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
diff options
context:
space:
mode:
authorYang Yang <yang.yang29@zte.com.cn>2022-06-10 02:44:52 +0000
committerakpm <akpm@linux-foundation.org>2022-06-16 19:11:32 -0700
commitdf4ae285a3d5ce99d69efe81b21c4fed9bbc51b9 (patch)
treeea06cc8dfc66c7f85f570c8bcf0b6f6f65242c97 /mm/memcontrol.c
parentmm: re-allow pinning of zero pfns (diff)
downloadlinux-dev-df4ae285a3d5ce99d69efe81b21c4fed9bbc51b9.tar.xz
linux-dev-df4ae285a3d5ce99d69efe81b21c4fed9bbc51b9.zip
mm: memcontrol: reference to tools/cgroup/memcg_slabinfo.py
There is no slabinfo.py in tools/cgroup, but has memcg_slabinfo.py instead. Link: https://lkml.kernel.org/r/20220610024451.744135-1-yang.yang29@zte.com.cn Signed-off-by: Yang Yang <yang.yang29@zte.com.cn> Reviewed-by: Muchun Song <songmuchun@bytedance.com> Acked-by: Roman Gushchin <roman.gushchin@linux.dev> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm/memcontrol.c')
-rw-r--r--mm/memcontrol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memcontrol.c b/mm/memcontrol.c
index abec50f31fe6..618c366a2f07 100644
--- a/mm/memcontrol.c
+++ b/mm/memcontrol.c
@@ -4859,7 +4859,7 @@ static int mem_cgroup_slab_show(struct seq_file *m, void *p)
{
/*
* Deprecated.
- * Please, take a look at tools/cgroup/slabinfo.py .
+ * Please, take a look at tools/cgroup/memcg_slabinfo.py .
*/
return 0;
}