[PATCH] mm: rename "migrate_page" to "generic_migrate_page"

2014-08-30 Thread Konstantin Khlebnikov
If CONFIG_MIGRATION=n "migrate_page" turns into NULL. This kills ifdef-endif mess inside definitions of address space operations. But this macro affects everything with this name, "migrate_page" is too short and generic. This patch renames it into generic_migrate_page. Fortunately it's used only

[PATCH] mm: rename migrate_page to generic_migrate_page

2014-08-30 Thread Konstantin Khlebnikov
If CONFIG_MIGRATION=n migrate_page turns into NULL. This kills ifdef-endif mess inside definitions of address space operations. But this macro affects everything with this name, migrate_page is too short and generic. This patch renames it into generic_migrate_page. Fortunately it's used only in