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, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>