(2012/03/22 7:17), Tejun Heo wrote:
Convert memcg to use the new cftype based interface. kmem support
abuses ->populate() for mem_cgroup_sockets_init() so it can't be
removed at the moment.
tcp_memcontrol is updated so that tcp_files[] is registered via a
__initcall. This change also allows removing the forward declaration
of tcp_files[]. Removed.
Signed-off-by: Tejun Heo <redacted>
Cc: Johannes Weiner <redacted>
Cc: Michal Hocko <redacted>
Cc: Balbir Singh <redacted>
Cc: KAMEZAWA Hiroyuki <redacted>
Cc: Glauber Costa <redacted>
Cc: Hugh Dickins <redacted>
Cc: Greg Thelen <redacted>
Ok, then, files will be created by cgroup core not by memcg.
base_cftypes seems very good.
Acked-by: KAMEZAWA Hiroyuki <redacted>
Thank you.