From: Nick Piggin Date: Wed, 19 Nov 2008 23:36:33 +0000 (-0800) Subject: mm: vmalloc failure flush fix X-Git-Tag: v2.6.28-rc6~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=496850e5f5a372029ceb2b35c811770a9bb073b6;p=pandora-kernel.git mm: vmalloc failure flush fix An initial vmalloc failure should start off a synchronous flush of lazy areas, in case someone is in progress flushing them already, which could cause us to return an allocation failure even if there is plenty of KVA free. Signed-off-by: Nick Piggin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed