]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/aio.c
Merge tag 'for-4.21' of git://git.armlinux.org.uk/~rmk/linux-arm
[linux.git] / fs / aio.c
index 43c508f99e3516fe413f53093f5b84a7db48b570..b906ff70c90f809ba1d7a4e6f38019c0df4da4e8 100644 (file)
--- a/fs/aio.c
+++ b/fs/aio.c
@@ -415,7 +415,7 @@ static int aio_migratepage(struct address_space *mapping, struct page *new,
        BUG_ON(PageWriteback(old));
        get_page(new);
 
-       rc = migrate_page_move_mapping(mapping, new, old, NULL, mode, 1);
+       rc = migrate_page_move_mapping(mapping, new, old, mode, 1);
        if (rc != MIGRATEPAGE_SUCCESS) {
                put_page(new);
                goto out_unlock;