Merge tag 'f2fs-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk...
[linux-2.6-block.git] / fs / f2fs / data.c
index a0524616f3f160b2892513a11414ae2ea0c76aec..f91d8630c9a2d768d365e443811c37a4a1023a1e 100644 (file)
@@ -2802,7 +2802,7 @@ int f2fs_migrate_page(struct address_space *mapping,
         */
        extra_count = (atomic_written ? 1 : 0) - page_has_private(page);
        rc = migrate_page_move_mapping(mapping, newpage,
-                               page, NULL, mode, extra_count);
+                               page, mode, extra_count);
        if (rc != MIGRATEPAGE_SUCCESS) {
                if (atomic_written)
                        mutex_unlock(&fi->inmem_lock);