From: Nick Piggin Date: Tue, 26 Sep 2006 06:31:27 +0000 (-0700) Subject: [PATCH] oom: use unreclaimable info X-Git-Tag: v2.6.19-rc1~1190 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=408d8544;p=pandora-kernel.git [PATCH] oom: use unreclaimable info __alloc_pages currently starts shooting if page reclaim has failed to free up swap_cluster_max pages in one run through the priorities. This is not always a good indicator on its own, so make use of the all_unreclaimable logic as well: don't consider going OOM until all zones we're interested in are unreclaimable. Signed-off-by: Nick Piggin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed