[PATCH] page migration: handle freeing of pages in migrate_pages()
authorChristoph Lameter <[email protected]>
Fri, 23 Jun 2006 09:03:52 +0000 (02:03 -0700)
committerLinus Torvalds <[email protected]>
Fri, 23 Jun 2006 14:42:53 +0000 (07:42 -0700)
commitaaa994b300a172afafab47938804836b923e5ef7
treeccc1acf72e9d1dfbd25fa5f8e067a195f93b0319
parente24f0b8f76cc3dd96f36f5b6a9f020f6c3fce198
[PATCH] page migration: handle freeing of pages in migrate_pages()

Do not leave pages on the lists passed to migrate_pages().  Seems that we will
not need any postprocessing of pages.  This will simplify the handling of
pages by the callers of migrate_pages().

Signed-off-by: Christoph Lameter <[email protected]>
Cc: Hugh Dickins <[email protected]>
Cc: Jes Sorensen <[email protected]>
Cc: KAMEZAWA Hiroyuki <[email protected]>
Cc: Lee Schermerhorn <[email protected]>
Cc: Andi Kleen <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/migrate.h
mm/mempolicy.c
mm/migrate.c