Re: [PATCH 04/10] mm: slub: add knowledge of reserve pages

From: Pekka J Enberg
Date: Mon Aug 20 2007 - 05:13:12 EST


Hi Peter,

On Mon, 20 Aug 2007, Peter Zijlstra wrote:
> -static struct page *new_slab(struct kmem_cache *s, gfp_t flags, int node)
> +static struct page *new_slab(struct kmem_cache *s, gfp_t flags, int node, int *reserve)
> {

[snip]

> + *reserve = page->reserve;

Any reason why the callers that are actually interested in this don't do
page->reserve on their own?
-
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/