Re: [PATCH 0/8] memcg, cgroup: kill css_id

2013-04-08 Thread Michal Hocko
On Mon 08-04-13 16:19:53, Li Zefan wrote: [...] > include/linux/cgroup.h | 44 ++--- > kernel/cgroup.c| 302 > +- > mm/memcontrol.c| 53 ++- > 3 files changed, 77 insertions(+), 322 deletions(-) Nice and th

[PATCH 0/8] memcg, cgroup: kill css_id

2013-04-08 Thread Li Zefan
(This patchset depends on "memcg: make memcg's life cycle the same as cgroup") This patchset converts memcg to always use cgroup->id, and then kills css_id. As we've removed memcg's own refcnt, converting memcg to use cgroup->id is very straight-forward. Li Zefan (8): cgroup: implement cgr