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

2013-07-31 Thread Tejun Heo
On Wed, Jul 31, 2013 at 09:50:33AM +0800, Li Zefan wrote: > This patchset converts memcg to use cgroup->id, and then we can remove > cgroup css_id. > > As we've removed memcg's own refcnt, converting memcg to use cgroup->id > is very straight-forward. > > The patchset is based on Tejun's cgroup

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

2013-07-31 Thread Tejun Heo
On Wed, Jul 31, 2013 at 09:50:33AM +0800, Li Zefan wrote: This patchset converts memcg to use cgroup-id, and then we can remove cgroup css_id. As we've removed memcg's own refcnt, converting memcg to use cgroup-id is very straight-forward. The patchset is based on Tejun's cgroup tree.

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

2013-07-30 Thread Li Zefan
This patchset converts memcg to use cgroup->id, and then we can remove cgroup css_id. As we've removed memcg's own refcnt, converting memcg to use cgroup->id is very straight-forward. The patchset is based on Tejun's cgroup tree. v4: - make cgroup_from_id() inline and check if cgroup_mutex is

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

2013-07-30 Thread Li Zefan
This patchset converts memcg to use cgroup-id, and then we can remove cgroup css_id. As we've removed memcg's own refcnt, converting memcg to use cgroup-id is very straight-forward. The patchset is based on Tejun's cgroup tree. v4: - make cgroup_from_id() inline and check if cgroup_mutex is