From: Christoph Lameter Date: Wed, 1 Feb 2006 11:05:29 +0000 (-0800) Subject: [PATCH] zone_reclaim: minor fixes X-Git-Tag: v2.6.16-rc2~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c84db23c6e587d3ab00a41c51fedf758e1f6ecd4;p=pandora-kernel.git [PATCH] zone_reclaim: minor fixes - If we only reclaim nr_pages then its okay to stay on node. Switch from > to >= for the comparison. - vm_table[] entry for zone_reclaim_mode is a bit screwed up. - Add empty lines around shrink_zone to show that this is the central function to be called. Signed-off-by: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed