On 11/28/2012 08:23 PM, Christoph Lameter wrote: > Simplify setup and reduce code in kmem_cache_init(). This allows us to > get rid of initarray_cache as well as the manual setup code for > the kmem_cache and kmem_cache_node arrays during bootstrap. > > We introduce a new bootstrap state "PARTIAL" for slab that signals the > creation of a kmem_cache boot cache. > > V1->V2: Get rid of initarray_cache as well. > V2->V3: Drop the setting of slab_state to PARTIAL [glommer] > > Signed-off-by: Christoph Lameter <cl@xxxxxxxxx> It looks good to me. Reviewed-by: Glauber Costa <glommer@xxxxxxxxxxxxx> -- 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>