Hello, On Tue, May 6, 2014 at 10:50 PM, Li Zefan <lizefan@xxxxxxxxxx> wrote: >> -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? LOL because I forgot that we removed module support. I'll drop the EXPORT. Thanks. -- tejun -- 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