From: KOSAKI Motohiro Date: Tue, 15 Dec 2009 01:59:10 +0000 (-0800) Subject: vmscan: separate sc.swap_cluster_max and sc.nr_max_reclaim X-Git-Tag: v2.6.33-rc1~216 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22fba33545b731408deab6e96b6e231ee05fd10b;p=pandora-kernel.git vmscan: separate sc.swap_cluster_max and sc.nr_max_reclaim Currently, sc.scap_cluster_max has double meanings. 1) reclaim batch size as isolate_lru_pages()'s argument 2) reclaim baling out thresolds The two meanings pretty unrelated. Thus, Let's separate it. this patch doesn't change any behavior. 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