From: David Rientjes Date: Wed, 21 Mar 2012 23:33:46 +0000 (-0700) Subject: mm, oom: fold oom_kill_task() into oom_kill_process() X-Git-Tag: v3.4-rc1~158^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=647f2bdf4a00dbcaa8964286501d68e7d2e6da93;p=pandora-kernel.git mm, oom: fold oom_kill_task() into oom_kill_process() oom_kill_task() has a single caller, so fold it into its parent function, oom_kill_process(). Slightly reduces the number of lines in the oom killer. Acked-by: KOSAKI Motohiro Reviewed-by: KAMEZAWA Hiroyuki Signed-off-by: David Rientjes Acked-by: Michal Hocko Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed