mm: Export migrate_page_move_mapping and migrate_page_copy
commit 1118dce773d84f39ebd51a9fe7261f9169cb056e upstream. Export these symbols such that UBIFS can implement ->migratepage. Signed-off-by: Richard Weinberger <richard@nod.at> Acked-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7ad26023ff
commit
4b1cb3c89e
1 changed files with 2 additions and 0 deletions
|
@ -429,6 +429,7 @@ int migrate_page_move_mapping(struct address_space *mapping,
|
||||||
|
|
||||||
return MIGRATEPAGE_SUCCESS;
|
return MIGRATEPAGE_SUCCESS;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL(migrate_page_move_mapping);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The expected number of remaining references is the same as that
|
* The expected number of remaining references is the same as that
|
||||||
|
@ -579,6 +580,7 @@ void migrate_page_copy(struct page *newpage, struct page *page)
|
||||||
if (PageWriteback(newpage))
|
if (PageWriteback(newpage))
|
||||||
end_page_writeback(newpage);
|
end_page_writeback(newpage);
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL(migrate_page_copy);
|
||||||
|
|
||||||
/************************************************************
|
/************************************************************
|
||||||
* Migration functions
|
* Migration functions
|
||||||
|
|
Loading…
Add table
Reference in a new issue