Thread (40 messages) 40 messages, 13 authors, 2012-10-31

[PATCH 07/16] cgroup: fix warning when building without any subsys

From: tj@kernel.org (Tejun Heo)
Date: 2012-10-06 02:14:57
Also in: lkml

On Fri, Oct 05, 2012 at 04:55:21PM +0200, Arnd Bergmann wrote:
In a configuration where the base cgroup support is enabled but
every single cgroup subsys is turned off, CGROUP_BUILTIN_SUBSYS_COUNT
is zero, which causes the sanity check code in cgroup_load_subsys
to trigger:

       BUG_ON(ss->subsys_id >= CGROUP_BUILTIN_SUBSYS_COUNT);
       BUG_ON(subsys[ss->subsys_id] != ss);
CGROUP_BUILTIN_SUBSYS_COUNT is already gone in mainline.  I suppose
this is no longer necessary?

Thanks.

-- 
tejun
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help