From: David Rientjes Date: Wed, 12 Dec 2012 21:52:06 +0000 (-0800) Subject: mm, oom: cleanup pagefault oom handler X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~33^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efacd02e4f57d94e934ba5c84f10f8ce91158770;p=pandora-kernel.git mm, oom: cleanup pagefault oom handler To lock the entire system from parallel oom killing, it's possible to pass in a zonelist with all zones rather than using for_each_populated_zone() for the iteration. This obsoletes try_set_system_oom() and clear_system_oom() so that they can be removed. Signed-off-by: David Rientjes Cc: KAMEZAWA Hiroyuki Cc: KOSAKI Motohiro Reviewed-by: Michal Hocko Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed