diff options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/migrate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/migrate.c b/mm/migrate.c index 6f0c24438bba..1da0092561a4 100644 --- a/mm/migrate.c +++ b/mm/migrate.c | |||
@@ -307,7 +307,7 @@ static inline bool buffer_migrate_lock_buffers(struct buffer_head *head, | |||
307 | * 2 for pages with a mapping | 307 | * 2 for pages with a mapping |
308 | * 3 for pages with a mapping and PagePrivate/PagePrivate2 set. | 308 | * 3 for pages with a mapping and PagePrivate/PagePrivate2 set. |
309 | */ | 309 | */ |
310 | static int migrate_page_move_mapping(struct address_space *mapping, | 310 | int migrate_page_move_mapping(struct address_space *mapping, |
311 | struct page *newpage, struct page *page, | 311 | struct page *newpage, struct page *page, |
312 | struct buffer_head *head, enum migrate_mode mode) | 312 | struct buffer_head *head, enum migrate_mode mode) |
313 | { | 313 | { |