]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commita0cf1494f8928fe38e7ba823571d07f4954b7b18
tree479fe6bcecb38ddc2c34ec812d82e432a79d0dfa
parent66dee20d9874571b71ee83f597091d054c3ad982
[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