Re: [PATCH 1/3] When migrate_pages returns 0, all pages must have been released
From: Christoph Lameter <hidden>
Date: 2011-01-20 17:57:19
Also in:
lkml
From: Christoph Lameter <hidden>
Date: 2011-01-20 17:57:19
Also in:
lkml
On Fri, 21 Jan 2011, Minchan Kim wrote:
diff --git a/mm/migrate.c b/mm/migrate.c index 46fe8cc..7d34237 100644 --- a/mm/migrate.c +++ b/mm/migrate.c@@ -772,6 +772,7 @@ uncharge: unlock: unlock_page(page); +move_newpage: if (rc != -EAGAIN) { /* * A page that has been migrated has all references@@ -785,8 +786,6 @@ unlock: putback_lru_page(page); } -move_newpage: - /* * Move the new page to the LRU. If migration was not successful * then this will free the page.
What does this do? Not covered by the description. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom policy in Canada: sign http://dissolvethecrtc.ca/ Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>