]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
oom fix: prevent oom from killing a process with children/sibling unkillable
authorAnkita Garg <ankita@in.ibm.com>
Sun, 18 Mar 2007 22:54:14 +0000 (18:54 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 23 Mar 2007 19:49:26 +0000 (12:49 -0700)
commit86fef703b93a7337ec932f12ca23ae365cb730a2
treeca198c1d73ce62b646d512e40bddb17a8ca9ef3e
parent0a67204c5d11aca00fafc3ebe95be9a72447f70c
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 <ankita@in.ibm.com>
Cc: Chuck Ebbert <cebbert@redhat.com>
Acked-by: Nick Piggin <npiggin@suse.de>
Acked-by: William Irwin <wli@holomorphy.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
mm/oom_kill.c