]> Git Repo - linux.git/commit
vmscan: remove dead code in shrink_inactive_list()
authorKOSAKI Motohiro <[email protected]>
Tue, 26 Oct 2010 21:21:43 +0000 (14:21 -0700)
committerLinus Torvalds <[email protected]>
Tue, 26 Oct 2010 23:52:07 +0000 (16:52 -0700)
commit47185052165a4c5de0a461018238375dd982c2ec
tree4425005eb24efdd66d0d9d4f95a11fdad04843b1
parent7d3579e8e61937cbba268ea9b218d006b6d64221
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 <[email protected]>
Signed-off-by: Mel Gorman <[email protected]>
Reviewed-by: Minchan Kim <[email protected]>
Cc: Johannes Weiner <[email protected]>
Cc: Wu Fengguang <[email protected]>
Cc: Rik van Riel <[email protected]>
Cc: KAMEZAWA Hiroyuki <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/vmscan.c
This page took 0.045114 seconds and 4 git commands to generate.