From: Ankita Garg Date: Fri, 16 Mar 2007 21:38:33 +0000 (-0800) Subject: [PATCH] oom fix: prevent oom from killing a process with children/sibling unkillable X-Git-Tag: v2.6.21-rc5~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35ae834fa02ba89cfbd4a80892c0e458fd6d5c0b;p=pandora-kernel.git [PATCH] oom fix: prevent oom from killing a process with children/sibling unkillable Looking at oom_kill.c, found that the intention to not kill the selected process if any of its children/siblings has OOM_DISABLE set, is not being met. Signed-off-by: Ankita Garg Acked-by: Nick Piggin Acked-by: William Irwin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed