]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] slab: fix crash on __drain_alien_cahce() during CPU Hotplug
authorshin, jacob <jacob.shin@amd.com>
Fri, 28 Apr 2006 15:54:37 +0000 (10:54 -0500)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 28 Apr 2006 16:00:35 +0000 (09:00 -0700)
commitdb11114fdf76a39551f752d5f268432fa0d4fb7f
treec363d0ededf3ede77f7f35130931f5fc34ca0e30
parentdbf14bb826c8934d886dc1fdf534962ef207569c
[PATCH] slab: fix crash on __drain_alien_cahce() during CPU Hotplug

transfer_objects should only be called when all of the cpus in the
node are online.  CPU_DEAD notifier callback marks l3->shared to NULL.

Signed-off-by: Jacob Shin <jacob.shin@amd.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/slab.c