Re: [PATCH 2/6] cgroup: drop module support

2014-01-29 Thread Tejun Heo
Hello, Li. On Wed, Jan 29, 2014 at 12:16:38PM +0800, Li Zefan wrote: > > -#define for_each_builtin_subsys(ss, i) > > \ > > - for ((i) = 0; (i) < CGROUP_BUILTIN_SUBSYS_COUNT && \ > > -(((ss) = cgroup_subsys[i]) || true); (i)++) > > + for

Re: [PATCH 2/6] cgroup: drop module support

2014-01-28 Thread Li Zefan
> /** > - * for_each_subsys - iterate all loaded cgroup subsystems > + * for_each_subsys - iterate all enabled cgroup subsystems > * @ss: the iteration cursor > * @ssid: the index of @ss, CGROUP_SUBSYS_COUNT after reaching the end > - * > - * Iterates through all loaded subsystems. Should be