The patch titled mm: remove unused zone_idx variable from set_migratetype_isolate has been added to the -mm tree. Its filename is mm-remove-unused-zone_idx-variable-from-set_migratetype_isolate.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: mm: remove unused zone_idx variable from set_migratetype_isolate From: Sergey Senozhatsky <sergey.senozhatsky@xxxxxxxxx> Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@xxxxxxxxx> Reviewed-by: Christoph Lameter <cl@xxxxxxxxx> Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page_alloc.c | 2 -- 1 file changed, 2 deletions(-) diff -puN mm/page_alloc.c~mm-remove-unused-zone_idx-variable-from-set_migratetype_isolate mm/page_alloc.c --- a/mm/page_alloc.c~mm-remove-unused-zone_idx-variable-from-set_migratetype_isolate +++ a/mm/page_alloc.c @@ -5474,10 +5474,8 @@ int set_migratetype_isolate(struct page struct memory_isolate_notify arg; int notifier_ret; int ret = -EBUSY; - int zone_idx; zone = page_zone(page); - zone_idx = zone_idx(zone); spin_lock_irqsave(&zone->lock, flags); _ Patches currently in -mm which might be from sergey.senozhatsky@xxxxxxxxx are mm-remove-unused-zone_idx-variable-from-set_migratetype_isolate.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