On Tue, 17 Jul 2012, Luck, Tony wrote: > > This suggests that a call to early_kmem_cache_node_alloc was not needed > > because the per node structure already existed. Lets fix that instead. > > Perhaps by just having one API for users to call? It seems odd to force users > to figure out whether they are called before some magic time during boot > and use the "early...()" call. Shouldn't we hide this sort of detail from > them?
The early_ calls are internal to the allocator and not exposed to the user. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/