Re: [PATCH v3 04/16] provide a common place for initcall processing in kmem_cache

2012-09-18 Thread Christoph Lameter
On Tue, 18 Sep 2012, Glauber Costa wrote: > Both SLAB and SLUB depend on some initialization to happen when the > system is already booted, with all subsystems working. This is done > by issuing an initcall that does the final initialization. > > This patch moves that to slab_common.c, while creat

[PATCH v3 04/16] provide a common place for initcall processing in kmem_cache

2012-09-18 Thread Glauber Costa
Both SLAB and SLUB depend on some initialization to happen when the system is already booted, with all subsystems working. This is done by issuing an initcall that does the final initialization. This patch moves that to slab_common.c, while creating an empty placeholder for the SLOB. Signed-off-b