From: Nick Piggin Date: Thu, 7 Dec 2006 04:31:50 +0000 (-0800) Subject: [PATCH] oom: don't kill unkillable children or siblings X-Git-Tag: v2.6.20-rc1~145^2^2~353 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c33e0fca3508f0aa387b1c10d0ef158102deb140;p=pandora-kernel.git [PATCH] oom: don't kill unkillable children or siblings Abort the kill if any of our threads have OOM_DISABLE set. Having this test here also prevents any OOM_DISABLE child of the "selected" process from being killed. Signed-off-by: Nick Piggin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed