X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=fs%2Fubifs%2Ffile.c;h=400970d740bb8b628b979f515711df963bf85448;hb=371096949f0ad3950b06729989bd27de51b8c5f5;hp=e5f8de62fc51d5836f62da9a4a02a22f98f1552d;hpb=5fe7b600a116187e10317d83fb56922c4ef6b76d;p=linux-2.6-microblaze.git diff --git a/fs/ubifs/file.c b/fs/ubifs/file.c index e5f8de62fc51..400970d740bb 100644 --- a/fs/ubifs/file.c +++ b/fs/ubifs/file.c @@ -1470,7 +1470,7 @@ static int ubifs_migrate_page(struct address_space *mapping, { int rc; - rc = migrate_page_move_mapping(mapping, newpage, page, mode, 0); + rc = migrate_page_move_mapping(mapping, newpage, page, 0); if (rc != MIGRATEPAGE_SUCCESS) return rc;