The patch titled Subject: mm-use-radix_tree_iter_retry-fix has been removed from the -mm tree. Its filename was mm-use-radix_tree_iter_retry-fix.patch This patch was dropped because it was folded into mm-use-radix_tree_iter_retry.patch ------------------------------------------------------ From: Vlastimil Babka <vbabka@xxxxxxx> Subject: mm-use-radix_tree_iter_retry-fix Remove now-obsolete-and-misleading comment. Signed-off-by: Vlastimil Babka <vbabka@xxxxxxx> Acked-by: Matthwe Wilcox <willy@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/shmem.c | 5 ----- 1 file changed, 5 deletions(-) diff -puN mm/shmem.c~mm-use-radix_tree_iter_retry-fix mm/shmem.c --- a/mm/shmem.c~mm-use-radix_tree_iter_retry-fix +++ a/mm/shmem.c @@ -383,11 +383,6 @@ restart: page = radix_tree_deref_slot(slot); - /* - * This should only be possible to happen at index 0, so we - * don't need to reset the counter, nor do we risk infinite - * restarts. - */ if (radix_tree_deref_retry(page)) { slot = radix_tree_iter_retry(&iter); continue; _ Patches currently in -mm which might be from vbabka@xxxxxxx are mm-kswapd-remove-bogus-check-of-balance_classzone_idx.patch mm-compaction-introduce-kcompactd.patch mm-memory-hotplug-small-cleanup-in-online_pages.patch mm-kswapd-replace-kswapd-compaction-with-waking-up-kcompactd.patch mm-use-radix_tree_iter_retry.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