Message ID | 20220610024451.744135-1-yang.yang29@zte.com.cn (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | mm: memcontrol: reference to tools/cgroup/memcg_slabinfo.py | expand |
On Fri, Jun 10, 2022 at 02:44:52AM +0000, cgel.zte@gmail.com wrote: > From: Yang Yang <yang.yang29@zte.com.cn> > > There is no slabinfo.py in tools/cgroup, but has memcg_slabinfo.py instead. > > Signed-off-by: Yang Yang <yang.yang29@zte.com.cn> Reviewed-by: Muchun Song <songmuchun@bytedance.com> Thanks.
On Fri, Jun 10, 2022 at 02:44:52AM +0000, cgel.zte@gmail.com wrote: > From: Yang Yang <yang.yang29@zte.com.cn> > > There is no slabinfo.py in tools/cgroup, but has memcg_slabinfo.py instead. > > Signed-off-by: Yang Yang <yang.yang29@zte.com.cn> Acked-by: Roman Gushchin <roman.gushchin@linux.dev> Thanks!
diff --git a/mm/memcontrol.c b/mm/memcontrol.c index dfbc84313745..ca714699a8e9 100644 --- a/mm/memcontrol.c +++ b/mm/memcontrol.c @@ -4820,7 +4820,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; }