From: Mel Gorman Date: Mon, 24 May 2010 21:32:26 +0000 (-0700) Subject: mm: move definition for LRU isolation modes to a header X-Git-Tag: v2.6.35-rc1~376 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c175a0ce7584e5b498fff8cbdb9aa7912aa9fbba;p=pandora-kernel.git mm: move definition for LRU isolation modes to a header Currently, vmscan.c defines the isolation modes for __isolate_lru_page(). Memory compaction needs access to these modes for isolating pages for migration. This patch exports them. Signed-off-by: Mel Gorman Acked-by: Christoph Lameter Cc: Rik van Riel Cc: Minchan Kim Cc: KOSAKI Motohiro Cc: KAMEZAWA Hiroyuki Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed