From: Ingo Molnar Date: Mon, 13 Oct 2008 15:49:02 +0000 (+0200) Subject: x86/mm: unify init task OOM handling X-Git-Tag: v2.6.28-rc1~272^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a1dfe6eefe483589c99c909202ffe1a20d589b5;p=pandora-kernel.git x86/mm: unify init task OOM handling Linus noticed that the "again:" versus "survive:" OOM logic for the init task was arbitrarily different. The 64-bit codepath is the better one, because it correctly re-lookups the vma after having dropped the ->mmap_sem. Signed-off-by: Ingo Molnar Acked-by: Linus Torvalds --- Reading git-diff-tree failed