From: Jan Beulich Date: Tue, 15 Dec 2009 01:58:39 +0000 (-0800) Subject: vmalloc(): adjust gfp mask passed on nested vmalloc() invocation X-Git-Tag: v2.6.33-rc1~244 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=976d6dfbb0175d136fc098854bbce0c028a3924b;p=pandora-kernel.git vmalloc(): adjust gfp mask passed on nested vmalloc() invocation - avoid wasting more precious resources (DMA or DMA32 pools), when being called through vmalloc_32{,_user}() - explicitly allow using high memory here even if the outer allocation request doesn't allow it Signed-off-by: Jan Beulich Acked-by: Hugh Dickins Cc: Nick Piggin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed