aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChristoph Lameter <clameter@sgi.com>2006-06-23 05:03:29 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-06-23 10:42:50 -0400
commite7340f73307abed9283d0a07570d06e228c205dd (patch)
treee786e2d09cfaf670128571029d833d1d27998d59 /include
parent1d8b85ccf1ed53a71b092fb5d807edf1ea7dabdd (diff)
[PATCH] page migration cleanup: remove useless definitions
Remove the export for migrate_page_remove_references() and migrate_page_copy() that are unlikely to be used directly by filesystems implementing migration. The export was useful when buffer_migrate_page() lived in fs/buffer.c but it has now been moved to migrate.c in the migration reorg. Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/migrate.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/migrate.h b/include/linux/migrate.h
index 6789c4940c9c..e8d3b08cc354 100644
--- a/include/linux/migrate.h
+++ b/include/linux/migrate.h
@@ -7,8 +7,6 @@
7extern int isolate_lru_page(struct page *p, struct list_head *pagelist); 7extern int isolate_lru_page(struct page *p, struct list_head *pagelist);
8extern int putback_lru_pages(struct list_head *l); 8extern int putback_lru_pages(struct list_head *l);
9extern int migrate_page(struct page *, struct page *); 9extern int migrate_page(struct page *, struct page *);
10extern void migrate_page_copy(struct page *, struct page *);
11extern int migrate_page_remove_references(struct page *, struct page *, int);
12extern int migrate_pages(struct list_head *l, struct list_head *t, 10extern int migrate_pages(struct list_head *l, struct list_head *t,
13 struct list_head *moved, struct list_head *failed); 11 struct list_head *moved, struct list_head *failed);
14extern int migrate_pages_to(struct list_head *pagelist, 12extern int migrate_pages_to(struct list_head *pagelist,