diff options
Diffstat (limited to 'fs/ubifs/file.c')
-rw-r--r-- | fs/ubifs/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/file.c b/fs/ubifs/file.c index 1b78f2e09218..5d2ffb1a45fc 100644 --- a/fs/ubifs/file.c +++ b/fs/ubifs/file.c | |||
@@ -1481,7 +1481,7 @@ static int ubifs_migrate_page(struct address_space *mapping, | |||
1481 | { | 1481 | { |
1482 | int rc; | 1482 | int rc; |
1483 | 1483 | ||
1484 | rc = migrate_page_move_mapping(mapping, newpage, page, NULL, mode, 0); | 1484 | rc = migrate_page_move_mapping(mapping, newpage, page, mode, 0); |
1485 | if (rc != MIGRATEPAGE_SUCCESS) | 1485 | if (rc != MIGRATEPAGE_SUCCESS) |
1486 | return rc; | 1486 | return rc; |
1487 | 1487 | ||