SLUB: Fix early boot GFP_DMA allocations
authorNick Piggin <npiggin@suse.de>
Mon, 15 Jun 2009 10:35:10 +0000 (13:35 +0300)
committerPekka Enberg <penberg@cs.helsinki.fi>
Mon, 15 Jun 2009 10:55:26 +0000 (13:55 +0300)
Recent change to use slab allocations earlier exposed a bug where
SLUB can call schedule_work and try to call sysfs before it is
safe to do so.

Reported-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Tested-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Nick Piggin <npiggin@suse.de>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
mm/slub.c

diff --cc mm/slub.c
Simple merge