aboutsummaryrefslogtreecommitdiffstats
path: root/mm/migrate.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/migrate.c')
-rw-r--r--mm/migrate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/migrate.c b/mm/migrate.c
index b7ded7eafe3a..9c8d5f59d30b 100644
--- a/mm/migrate.c
+++ b/mm/migrate.c
@@ -311,7 +311,7 @@ static inline bool buffer_migrate_lock_buffers(struct buffer_head *head,
311 * 2 for pages with a mapping 311 * 2 for pages with a mapping
312 * 3 for pages with a mapping and PagePrivate/PagePrivate2 set. 312 * 3 for pages with a mapping and PagePrivate/PagePrivate2 set.
313 */ 313 */
314static int migrate_page_move_mapping(struct address_space *mapping, 314int migrate_page_move_mapping(struct address_space *mapping,
315 struct page *newpage, struct page *page, 315 struct page *newpage, struct page *page,
316 struct buffer_head *head, enum migrate_mode mode) 316 struct buffer_head *head, enum migrate_mode mode)
317{ 317{