Skip to content

Commit df4ae28

Browse files
yangyang20220519akpm00
authored andcommitted
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>
1 parent 034e5af commit df4ae28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mm/memcontrol.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4859,7 +4859,7 @@ static int mem_cgroup_slab_show(struct seq_file *m, void *p)
48594859
{
48604860
/*
48614861
* Deprecated.
4862-
* Please, take a look at tools/cgroup/slabinfo.py .
4862+
* Please, take a look at tools/cgroup/memcg_slabinfo.py .
48634863
*/
48644864
return 0;
48654865
}

0 commit comments

Comments
 (0)