From: KOSAKI Motohiro Date: Tue, 26 Oct 2010 21:21:43 +0000 (-0700) Subject: vmscan: remove dead code in shrink_inactive_list() X-Git-Tag: v2.6.37-rc1~105^2~138 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47185052165a4c5de0a461018238375dd982c2ec;p=pandora-kernel.git vmscan: remove dead code in shrink_inactive_list() After synchrounous lumpy reclaim, the page_list is guaranteed to not have active pages as page activation in shrink_page_list() disables lumpy reclaim. Remove the dead code. Signed-off-by: KOSAKI Motohiro Signed-off-by: Mel Gorman Reviewed-by: Minchan Kim Cc: Johannes Weiner Cc: Wu Fengguang Cc: Rik van Riel Cc: KAMEZAWA Hiroyuki Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed