Hi, this is just a small cleanup I promised some time ago[1]. It just moves all memcg controller initialization code independant on mem_cgroup into subsystem initialization code. There are no functional changes. Diffstat even says that we have saved some lines. mm/memcontrol.c | 49 +++++++++++++++++++++---------------------------- 1 file changed, 21 insertions(+), 28 deletions(-) Shortlog says: Michal Hocko (3): memcg: move mem_cgroup_soft_limit_tree_init to mem_cgroup_init memcg: move memcg_stock initialization to mem_cgroup_init memcg: cleanup mem_cgroup_init comment --- [1] https://lkml.org/lkml/2012/12/18/256 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>