From: Hugh Dickins Date: Fri, 13 Jan 2012 01:20:06 +0000 (-0800) Subject: mm: remove isolate_pages() X-Git-Tag: v3.3-rc1~81^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f626012db08b9ea71363327d81fe60c2782eea9f;p=pandora-kernel.git 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 Reviewed-by: KOSAKI Motohiro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed