[RFC 2.6.11-rc2-mm2 6/7] mm: manual page migration -- add node_map arg to try_to_migrate_pages()

2005-02-11 Thread Ray Bryant
To migrate pages from one node to another, we need to tell try_to_migrate_pages() which nodes we want to migrate off of and where to migrate the pages found on each such node. We do this by adding the node_map array argument to try_to_migrate_pages(); node_map[N] gives the target node to migrate

[RFC 2.6.11-rc2-mm2 6/7] mm: manual page migration -- add node_map arg to try_to_migrate_pages()

2005-02-11 Thread Ray Bryant
To migrate pages from one node to another, we need to tell try_to_migrate_pages() which nodes we want to migrate off of and where to migrate the pages found on each such node. We do this by adding the node_map array argument to try_to_migrate_pages(); node_map[N] gives the target node to migrate