Hi Tejun, > -static struct css_set init_css_set = { > +struct css_set init_css_set = { > .refcount = ATOMIC_INIT(1), > .cgrp_links = LIST_HEAD_INIT(init_css_set.cgrp_links), > .tasks = LIST_HEAD_INIT(init_css_set.tasks), > @@ -356,6 +356,7 @@ static struct css_set init_css_set = { > .mg_preload_node = LIST_HEAD_INIT(init_css_set.mg_preload_node), > .mg_node = LIST_HEAD_INIT(init_css_set.mg_node), > }; > +EXPORT_SYMBOL_GPL(init_css_set); > Why do we export this symbol? -- To unsubscribe from this list: send the line "unsubscribe cgroups" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html