Re: [PATCH] Do not pass the SLAB flags as GFP in slob kmem_cache_create

From: Pekka Enberg
Date: Thu Dec 11 2008 - 04:31:46 EST


On Wed, Dec 10, 2008 at 7:36 PM, Catalin Marinas
<catalin.marinas@xxxxxxx> wrote:
> It looks like the kmem_cache_create() function in the slob allocator
> passes the SLAB flags as GFP flags to the slob_alloc() function. The
> patch changes this call to pass GFP_KERNEL as the other allocators seem
> to do.
>
> Signed-off-by: Catalin Marinas <catalin.marinas@xxxxxxx>
> Cc: Matt Mackall <mpm@xxxxxxxxxxx>

Applied, thanks!
--
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/