[PATCH] SwapMig: Extend parameters for migrate_pages()
[powerpc.git] / include / linux / swap.h
index eb591ea..389d1c3 100644 (file)
@@ -178,7 +178,8 @@ extern int vm_swappiness;
 #ifdef CONFIG_MIGRATION
 extern int isolate_lru_page(struct page *p);
 extern int putback_lru_pages(struct list_head *l);
-extern int migrate_pages(struct list_head *l, struct list_head *t);
+extern int migrate_pages(struct list_head *l, struct list_head *t,
+               struct list_head *moved, struct list_head *failed);
 #endif
 
 #ifdef CONFIG_MMU