]> bbs.cooldavid.org Git - net-next-2.6.git/commit - mm/oom_kill.c
oom: extract panic helper function
authorDavid Rientjes <rientjes@google.com>
Tue, 10 Aug 2010 00:18:54 +0000 (17:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 10 Aug 2010 03:44:57 +0000 (20:44 -0700)
commit309ed882508cc471320ff79265e7340774d6746c
tree28321b30bc420c62554ef6a705ec4bc70651b473
parent03668b3ceb0c7a95e09f1b6169f5270ffc1a19f6
oom: extract panic helper function

There are various points in the oom killer where the kernel must determine
whether to panic or not.  It's better to extract this to a helper function
to remove all the confusion as to its semantics.

Also fix a call to dump_header() where tasklist_lock is not read- locked,
as required.

There's no functional change with this patch.

Acked-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Signed-off-by: David Rientjes <rientjes@google.com>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/oom.h
mm/oom_kill.c