Re: [PATCH] [3/4] SLAB: Separate node initialization into separate function

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: David Rientjes
Date: Friday, February 5, 2010 - 2:29 pm

On Wed, 3 Feb 2010, Andi Kleen wrote:


As Christoph mentioned, this patch is out of order with the previous one 
in the series; slab_node_prepare() is called in that previous patch by a 
memory hotplug callback without holding cache_chain_mutex (it's taken by 
the cpu hotplug callback prior to calling cpuup_prepare() currently).  So 
slab_node_prepare() should note that we require the mutex and the memory 
hotplug callback should take it in the previous patch.

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH] [3/4] SLAB: Separate node initialization into ..., Christoph Lameter, (Fri Feb 5, 12:15 pm)
Re: [PATCH] [4/4] SLAB: Fix node add timer race in cache_reap, Christoph Lameter, (Fri Feb 5, 12:16 pm)
Re: [PATCH] [0/4] SLAB: Fix a couple of slab memory hotadd ..., Christoph Lameter, (Fri Feb 5, 12:19 pm)
Re: [PATCH] [3/4] SLAB: Separate node initialization into ..., David Rientjes, (Fri Feb 5, 2:29 pm)