Re: [PATCH v3 04/13] kmem accounting basic infrastructure
From: Glauber Costa <hidden>
Date: 2012-09-24 08:13:22
Also in:
linux-mm, lkml
From: Glauber Costa <hidden>
Date: 2012-09-24 08:13:22
Also in:
linux-mm, lkml
quoted
+ +#ifdef CONFIG_MEMCG_KMEM + WARN_ON(cgroup_add_cftypes(&mem_cgroup_subsys, + kmem_cgroup_files)); +#endif +Why not just make it part of mem_cgroup_files[]? Thanks.
Done.