Davi Arnaut <davi.lkml@xxxxxxxxx> wrote:It looks goot, it doesn't crash on boot
> It seems that something still tries to load the ext3 module, and I get the
> BUG seen below. If I remove the ext3 module and re-build the initrd,
> the error goes away.
Yes, I think the kernel is overreacting here.
Manfred, what sayest thou?
(nb: untested)
Notes:Correct. It might even allow a further cleanup: Since both cpuup_callback and kmem_cache_create now runs entirely under cache_chain_sem, it could be possible to remove lock_cpu_hotplug() entirely.
- Swaps the ranking of cache_chain_sem and lock_cpu_hotplug(). Doesn't seem
important.
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>Signed-off-by: Manfred Spraul <manfred@xxxxxxxxxxxxxxxx>