From: Catalin Marinas Date: Mon, 15 Dec 2008 21:54:16 +0000 (-0800) Subject: slob: do not pass the SLAB flags as GFP in kmem_cache_create() X-Git-Tag: v2.6.28-rc9~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e18e2b8b3d453e68accc3e295643fe4b5bbc295;p=pandora-kernel.git slob: do not pass the SLAB flags as GFP in kmem_cache_create() 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 Acked-by: Matt Mackall Cc: Cyrill Gorcunov Cc: Christoph Lameter Cc: Pekka Enberg Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed