aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Yang <[email protected]>2022-06-10 02:44:52 +0000
committerakpm <[email protected]>2022-06-16 19:11:32 -0700
commitdf4ae285a3d5ce99d69efe81b21c4fed9bbc51b9 (patch)
treeea06cc8dfc66c7f85f570c8bcf0b6f6f65242c97
parent034e5afad921f1c08c001bf147fb1ba76ae33498 (diff)
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/[email protected] Signed-off-by: Yang Yang <[email protected]> Reviewed-by: Muchun Song <[email protected]> Acked-by: Roman Gushchin <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
-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;
}