mmc: core: Allow hosts to specify non-support for MMC commands
[linux-2.6-microblaze.git] / include / linux / radix-tree.h
index cb4b7e8..eca6f62 100644 (file)
@@ -407,6 +407,7 @@ static inline __must_check
 void **radix_tree_iter_retry(struct radix_tree_iter *iter)
 {
        iter->next_index = iter->index;
+       iter->tags = 0;
        return NULL;
 }