Re: [PATCH] slab: cache_grow cleanup

From: Pekka Enberg
Date: Fri Jan 12 2007 - 04:23:31 EST


Hi Andrew,

On 1/9/07, Pekka J Enberg <penberg@xxxxxxxxxxxxxx> wrote:
From: Pekka Enberg <penberg@xxxxxxxxxxxxxx>

The current implementation of cache_grow() has to either (1) use pre-allocated
memory for the slab or (2) allocate the memory itself which makes the error
paths messy. Move __GFP_NO_GROW and __GFP_WAIT processing to kmem_getpages()
and introduce a new __cache_grow() variant that expects the memory for a new
slab to always be handed over in the 'objp' parameter.

Cc: Hugh Dickins <hugh@xxxxxxxxxxx>
Cc: Christoph Lameter <clameter@xxxxxxx>
Signed-off-by: Pekka Enberg <penberg@xxxxxxxxxxxxxx>

Can we get this into -mm, please?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/