diff options
Diffstat (limited to 'fs/f2fs/data.c')
-rw-r--r-- | fs/f2fs/data.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c index b293cb3e27a2..008b74eff00d 100644 --- a/fs/f2fs/data.c +++ b/fs/f2fs/data.c | |||
@@ -2738,7 +2738,7 @@ int f2fs_migrate_page(struct address_space *mapping, | |||
2738 | */ | 2738 | */ |
2739 | extra_count = (atomic_written ? 1 : 0) - page_has_private(page); | 2739 | extra_count = (atomic_written ? 1 : 0) - page_has_private(page); |
2740 | rc = migrate_page_move_mapping(mapping, newpage, | 2740 | rc = migrate_page_move_mapping(mapping, newpage, |
2741 | page, NULL, mode, extra_count); | 2741 | page, mode, extra_count); |
2742 | if (rc != MIGRATEPAGE_SUCCESS) { | 2742 | if (rc != MIGRATEPAGE_SUCCESS) { |
2743 | if (atomic_written) | 2743 | if (atomic_written) |
2744 | mutex_unlock(&fi->inmem_lock); | 2744 | mutex_unlock(&fi->inmem_lock); |