On Fri, Apr 24, 2009 at 09:10:15AM +0800, Gui Jianfeng wrote: > Andrea Righi wrote: > > page_cgroup_*_onwer are defined in mm/page_cgroup.c, that is built if > > CONFIG_PAGE_TRACKING=y. But from init/Kconfig: > > page_cgroup_*_onwer also depend on CONFIG_SPARSEMEM, if > !defined(CONFIG_SPARSEMEM), > they won't be built. So just move them out of CONFIG_SPARSEMEM block.
You're right! I moved all these functions out of the CONFIG_SPARSEMEM block. I'll include this fix in the next io-throttle version. Thanks!! -Andrea _______________________________________________ Containers mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/containers _______________________________________________ Devel mailing list [email protected] https://openvz.org/mailman/listinfo/devel
