Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1368849
| From | Richard Weinberger <richard@nod.at> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/2] mm: Export migrate_page_move_mapping and migrate_page_copy |
| Date | 2016-04-01 00:10 +0200 |
| Message-ID | <riSWS-36I-1@gated-at.bofh.it> (permalink) |
| References | <riSNd-2N8-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Export these symbols such that UBIFS can implement ->migratepage. Signed-off-by: Richard Weinberger <richard@nod.at> --- mm/migrate.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mm/migrate.c b/mm/migrate.c index 6c822a7..6bc1035 100644 --- 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 -- 1.8.4.5
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
UBIFS and page migration (take 2) Richard Weinberger <richard@nod.at> - 2016-04-01 00:00 +0200
[PATCH 2/2] UBIFS: Implement ->migratepage() Richard Weinberger <richard@nod.at> - 2016-04-01 00:00 +0200
Re: [PATCH 2/2] UBIFS: Implement ->migratepage() Vlastimil Babka <vbabka@suse.cz> - 2016-04-01 12:20 +0200
Re: [PATCH 2/2] UBIFS: Implement ->migratepage() Richard Weinberger <richard@nod.at> - 2016-04-01 13:30 +0200
[PATCH 1/2] mm: Export migrate_page_move_mapping and migrate_page_copy Richard Weinberger <richard@nod.at> - 2016-04-01 00:10 +0200
Re: UBIFS and page migration (take 2) Vlastimil Babka <vbabka@suse.cz> - 2016-04-01 12:20 +0200
csiph-web