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/[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]>
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)