From: Lee Schermerhorn Date: Tue, 15 Dec 2009 01:59:54 +0000 (-0800) Subject: mm: remove unevictable_migrate_page function X-Git-Tag: v2.6.33-rc1~184 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=418b27ef50e7e9b0c2fbd88db804bf065e5eb1a6;p=pandora-kernel.git mm: remove unevictable_migrate_page function unevictable_migrate_page() in mm/internal.h is a relic of the since removed UNEVICTABLE_LRU Kconfig option. This patch removes the function and open codes the test in migrate_page_copy(). Signed-off-by: Lee Schermerhorn Reviewed-by: Christoph Lameter Acked-by: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed