mm: compaction: determine if dirty pages can be migrated without blocking within...
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / migrate.h
index e39aeecfe9a21666a107bf02be780bacca1ba0f5..14e6d2a884752db4d74843d6b171731e76468af9 100644 (file)
@@ -11,7 +11,7 @@ typedef struct page *new_page_t(struct page *, unsigned long private, int **);
 
 extern void putback_lru_pages(struct list_head *l);
 extern int migrate_page(struct address_space *,
-                       struct page *, struct page *);
+                       struct page *, struct page *, bool);
 extern int migrate_pages(struct list_head *l, new_page_t x,
                        unsigned long private, bool offlining,
                        bool sync);