]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
oom: suppress extraneous stack and memory dump
authorDavid Rientjes <rientjes@google.com>
Wed, 17 Oct 2007 06:25:57 +0000 (23:25 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 17 Oct 2007 15:42:46 +0000 (08:42 -0700)
commit7213f5066fc8a17c78389fe245de522b5cf0648a
tree76e33ed1e0bfa62cb6c2e05bd4bbf79f37ca4796
parentfe071d7e8aae5745c009c808bb8933f22a9e305a
oom: suppress extraneous stack and memory dump

Suppresses the extraneous stack and memory dump when a parallel OOM killing
has been found.  There's no need to fill the ring buffer with this information
if its already been printed and the condition that triggered the previous OOM
killer has not yet been alleviated.

Cc: Andrea Arcangeli <andrea@suse.de>
Acked-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/oom_kill.c