cma: decrease cc.nr_migratepages after reclaiming pagelist
authorMinchan Kim <[email protected]>
Mon, 8 Oct 2012 23:33:51 +0000 (16:33 -0700)
committerLinus Torvalds <[email protected]>
Tue, 9 Oct 2012 07:23:01 +0000 (16:23 +0900)
commitbeb51eaa88238daba698ad837222ad277d440b6d
tree5b29acb5a518279967d36f263425de74a05074cd
parente46a28790e594c0876d1a84270926abf75460f61
cma: decrease cc.nr_migratepages after reclaiming pagelist

reclaim_clean_pages_from_list() reclaims clean pages before migration so
cc.nr_migratepages should be updated.  Currently, there is no problem but
it can be wrong if we try to use the value in future.

Signed-off-by: Minchan Kim <[email protected]>
Acked-by: Mel Gorman <[email protected]>
Cc: Michal Nazarewicz <[email protected]>
Cc: Bartlomiej Zolnierkiewicz <[email protected]>
Cc: Marek Szyprowski <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/page_alloc.c