Skip to content

Commit

Permalink
mm/filemap.c from upstream and removal of extra mode arguement from m…
Browse files Browse the repository at this point in the history
…igrate_page_move_mapping as per upstream
  • Loading branch information
nicman23 committed Aug 4, 2019
1 parent cba20a8 commit 0645d94
Show file tree
Hide file tree
Showing 2 changed files with 2,317 additions and 2,548 deletions.
2 changes: 1 addition & 1 deletion fs/bcachefs/fs-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ int bch2_migrate_page(struct address_space *mapping, struct page *newpage,
EBUG_ON(!PageLocked(page));
EBUG_ON(!PageLocked(newpage));

ret = migrate_page_move_mapping(mapping, newpage, page, mode, 0);
ret = migrate_page_move_mapping(mapping, newpage, page, 0);
if (ret != MIGRATEPAGE_SUCCESS)
return ret;

Expand Down

0 comments on commit 0645d94

Please sign in to comment.