commit | 496850e5f5a372029ceb2b35c811770a9bb073b6 | [log] [tgz] |
---|---|---|
author | Nick Piggin <npiggin@suse.de> | Wed Nov 19 15:36:33 2008 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Nov 19 18:49:58 2008 -0800 |
tree | c6aa155a0dcf81e967a85dfe2b8142d3b8fa9063 | |
parent | f011c2dae6cffc50ef67d9bd937b488ba5db8913 [diff] |
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 <npiggin@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>