projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
972228d
)
mm: Export migrate_page_move_mapping and migrate_page_copy
author
Richard Weinberger
<
[email protected]
>
Thu, 16 Jun 2016 21:26:14 +0000
(23:26 +0200)
committer
Richard Weinberger
<
[email protected]
>
Wed, 22 Jun 2016 22:29:45 +0000
(
00:29
+0200)
Export these symbols such that UBIFS can implement
->migratepage.
Cc:
[email protected]
Signed-off-by: Richard Weinberger <
[email protected]
>
Acked-by: Christoph Hellwig <
[email protected]
>
mm/migrate.c
patch
|
blob
|
history
diff --git
a/mm/migrate.c
b/mm/migrate.c
index 9baf41c877ffb98595aac0834b8aa43aedd6dc76..bd3fdc202e8be19411d641dcfdf5addd8c358944 100644
(file)
--- a/
mm/migrate.c
+++ b/
mm/migrate.c
@@
-431,6
+431,7
@@
int migrate_page_move_mapping(struct address_space *mapping,
return MIGRATEPAGE_SUCCESS;
}
+EXPORT_SYMBOL(migrate_page_move_mapping);
/*
* The expected number of remaining references is the same as that
@@
-586,6
+587,7
@@
void migrate_page_copy(struct page *newpage, struct page *page)
mem_cgroup_migrate(page, newpage);
}
+EXPORT_SYMBOL(migrate_page_copy);
/************************************************************
* Migration functions