The patch titled do_migrate_pages(): remove unused variable has been removed from the -mm tree. Its filename was do_migrate_pages-remove-unused-variable.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: do_migrate_pages(): remove unused variable From: MinChan Kim <minchan.kim@xxxxxxxxx> Signed-off-by: MinChan Kim <minchan.kim@xxxxxxxxx> Acked-by: Christoph Lameter <cl@xxxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/mempolicy.c | 1 - 1 file changed, 1 deletion(-) diff -puN mm/mempolicy.c~do_migrate_pages-remove-unused-variable mm/mempolicy.c --- a/mm/mempolicy.c~do_migrate_pages-remove-unused-variable +++ a/mm/mempolicy.c @@ -803,7 +803,6 @@ static int migrate_to_node(struct mm_str int do_migrate_pages(struct mm_struct *mm, const nodemask_t *from_nodes, const nodemask_t *to_nodes, int flags) { - LIST_HEAD(pagelist); int busy = 0; int err = 0; nodemask_t tmp; _ Patches currently in -mm which might be from minchan.kim@xxxxxxxxx are vmscan-free-swap-space-on-swap-in-activation.patch define-page_file_cache-function.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html