mm: remove isolate_pages()
authorHugh Dickins <[email protected]>
Fri, 13 Jan 2012 01:20:06 +0000 (17:20 -0800)
committerLinus Torvalds <[email protected]>
Fri, 13 Jan 2012 04:13:10 +0000 (20:13 -0800)
commitf626012db08b9ea71363327d81fe60c2782eea9f
tree3171843ead87fc7a3a959be802638205a473da56
parent1c1c53d43b387d02174911ecb42ce846577b0ea0
mm: remove isolate_pages()

The isolate_pages() level in vmscan.c offers little but indirection: merge
it into isolate_lru_pages() as the compiler does, and use the names
nr_to_scan and nr_scanned in each case.

Signed-off-by: Hugh Dickins <[email protected]>
Reviewed-by: KOSAKI Motohiro <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/vmscan.c