From: Dave Young Date: Tue, 26 Oct 2010 21:22:06 +0000 (-0700) Subject: mm: add vzalloc() and vzalloc_node() helpers X-Git-Tag: v2.6.37-rc1~105^2~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1ca7788dec6773b1a2bce51b7141948f2b8bccf;p=pandora-kernel.git mm: add vzalloc() and vzalloc_node() helpers Add vzalloc() and vzalloc_node() to encapsulate the vmalloc-then-memset-zero operation. Use __GFP_ZERO to zero fill the allocated memory. Signed-off-by: Dave Young Cc: Christoph Lameter Acked-by: Greg Ungerer Cc: David Howells Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed