From: KOSAKI Motohiro Date: Tue, 15 Dec 2009 01:59:13 +0000 (-0800) Subject: vmscan: zone_reclaim() don't use insane swap_cluster_max X-Git-Tag: v2.6.33-rc1~214 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f0ddfdffc8bef3a5eb9154734d68a6053194948;p=pandora-kernel.git vmscan: zone_reclaim() don't use insane swap_cluster_max In old days, we didn't have sc.nr_to_reclaim and it brought sc.swap_cluster_max misuse. huge sc.swap_cluster_max might makes unnecessary OOM risk and no performance benefit. Now, we can stop its insane thing. Signed-off-by: KOSAKI Motohiro Reviewed-by: Rik van Riel Reviewed-by: Minchan Kim Cc: Mel Gorman Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed