]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Swapless page migration: rip out swap based logic
authorChristoph Lameter <clameter@sgi.com>
Fri, 23 Jun 2006 09:03:36 +0000 (02:03 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 23 Jun 2006 14:42:50 +0000 (07:42 -0700)
commit59fb2a31105d0683505bbcc4f5af28578f1a92d1
treecc9dda0a0e53e62c859bf7fcafe7b9c9f6de2352
parent7f0e022feac5570a4626f615dabf3a7135e4ee37
[PATCH] Swapless page migration: rip out swap based logic

Rip the page migration logic out.

Remove all code that has to do with swapping during page migration.

This also guts the ability to migrate pages to swap.  No one used that so lets
let it go for good.

Page migration should be a bit broken after this patch.

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/rmap.h
mm/migrate.c
mm/rmap.c
mm/swapfile.c