]> git.baikalelectronics.ru Git - kernel.git/commit
mm: remove isolate_pages()
authorHugh Dickins <hughd@google.com>
Fri, 13 Jan 2012 01:20:06 +0000 (17:20 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Jan 2012 04:13:10 +0000 (20:13 -0800)
commit02d1b129da880842925b2d5e16a8ee0efbe5bc17
tree3171843ead87fc7a3a959be802638205a473da56
parente4a59456203a22ca432211ffdc54a61e5a60f273
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 <hughd@google.com>
Reviewed-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/vmscan.c