From: Christoph Lameter Date: Mon, 14 Nov 2005 00:06:47 +0000 (-0800) Subject: [PATCH] slab: remove alloc_pages() calls X-Git-Tag: v2.6.15-rc2~187 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50c85a19e7b3928b5b5188524c44ffcbacdd4e35;p=pandora-kernel.git [PATCH] slab: remove alloc_pages() calls The slab allocator never uses alloc_pages since kmem_getpages() is always called with a valid nodeid. Remove the branch and the code from kmem_getpages() Signed-off-by: Christoph Lameter Cc: Manfred Spraul Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed