commit | e6a1530d692d6a60cdf15dfbcfea07f5324d7b9f | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@sgi.com> | Sun Jun 25 05:46:49 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Jun 25 10:00:55 2006 -0700 |
tree | bb34a4d745eb7f7e8d3de40b171fac17822ee8ac | |
parent | 7b2259b3e53f128c10a9fded0965e69d4a949847 [diff] |
[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>