summaryrefslogtreecommitdiffstats
path: root/include/linux/migrate.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/migrate.h')
-rw-r--r--include/linux/migrate.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/migrate.h b/include/linux/migrate.h
index 617615fa11ce..e13d9bf2f9a5 100644
--- a/include/linux/migrate.h
+++ b/include/linux/migrate.h
@@ -77,8 +77,7 @@ extern void migrate_page_copy(struct page *newpage, struct page *page);
77extern int migrate_huge_page_move_mapping(struct address_space *mapping, 77extern int migrate_huge_page_move_mapping(struct address_space *mapping,
78 struct page *newpage, struct page *page); 78 struct page *newpage, struct page *page);
79extern int migrate_page_move_mapping(struct address_space *mapping, 79extern int migrate_page_move_mapping(struct address_space *mapping,
80 struct page *newpage, struct page *page, 80 struct page *newpage, struct page *page, enum migrate_mode mode,
81 struct buffer_head *head, enum migrate_mode mode,
82 int extra_count); 81 int extra_count);
83#else 82#else
84 83