From: Andrew Morton Date: Tue, 17 Oct 2006 07:09:57 +0000 (-0700) Subject: [PATCH] vmalloc(): don't pass __GFP_ZERO to slab X-Git-Tag: v2.6.19-rc3~187 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=286e1ea3ac1ca4f503ebbb3020bdb0cbe6adffac;p=pandora-kernel.git [PATCH] vmalloc(): don't pass __GFP_ZERO to slab A recent change to the vmalloc() code accidentally resulted in us passing __GFP_ZERO into the slab allocator. But we only wanted __GFP_ZERO for the actual pages whcih are being vmalloc()ed, and passing __GFP_ZERO into slab is not a rational thing to ask for. Cc: Jonathan Corbet Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed