[PATCH] page migration cleanup: remove useless definitions
authorChristoph Lameter <clameter@sgi.com>
Fri, 23 Jun 2006 09:03:29 +0000 (02:03 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 23 Jun 2006 14:42:50 +0000 (07:42 -0700)
commite7340f73307abed9283d0a07570d06e228c205dd
treee786e2d09cfaf670128571029d833d1d27998d59
parent1d8b85ccf1ed53a71b092fb5d807edf1ea7dabdd
[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>
include/linux/migrate.h
mm/migrate.c