]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Allow migration of mlocked pages
authorChristoph Lameter <clameter@sgi.com>
Sun, 25 Jun 2006 12:46:49 +0000 (05:46 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 25 Jun 2006 17:00:55 +0000 (10:00 -0700)
commit4f865f29ab249b90f7264215b26818beabef2145
treebb34a4d745eb7f7e8d3de40b171fac17822ee8ac
parent5dbefb714a3663ce238449770ff91a478c3e19a6
[PATCH] Allow migration of mlocked pages

Hugh clarified the role of VM_LOCKED.  So we can now implement page
migration for mlocked pages.

Allow the migration of mlocked pages.  This means that try_to_unmap must
unmap mlocked pages in the migration case.

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Acked-by: Hugh Dickins <hugh@veritas.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/migrate.c
mm/rmap.c