[PATCH] page migration cleanup: move fallback handling into special function
authorChristoph Lameter <clameter@sgi.com>
Fri, 23 Jun 2006 09:03:33 +0000 (02:03 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 23 Jun 2006 14:42:50 +0000 (07:42 -0700)
commit8351a6e4785218a2b03c142be92926baff95ba5c
tree479fe6bcecb38ddc2c34ec812d82e432a79d0dfa
parent2d1db3b1170db4e8bf0531dd636742269c2cf579
[PATCH] page migration cleanup: move fallback handling into special function

Move the fallback code into a new fallback function and make the function
behave like any other migration function.  This requires retaking the lock if
pageout() drops it.

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