From: KOSAKI Motohiro Date: Tue, 10 Aug 2010 00:19:39 +0000 (-0700) Subject: oom: remove child->mm check from oom_kill_process() X-Git-Tag: v2.6.36-rc1~409 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19b4586cd9c8ed642798902e55c6f61ed576ad93;p=pandora-kernel.git oom: remove child->mm check from oom_kill_process() The current "child->mm == p->mm" check prevents selection of vfork()ed task. But we don't have any reason to don't consider vfork(). Removed. Signed-off-by: KOSAKI Motohiro Cc: Minchan Kim Cc: David Rientjes Cc: KAMEZAWA Hiroyuki Cc: Oleg Nesterov Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed