Proper fix in attachment. Konstantin Khlebnikov wrote: > OGAWA Hirofumi wrote: >> Konstantin Khlebnikov writes: >> >>> Hmm, very interesting! >>> Please try this patch, it must fix the problem and print some numbers to debug. >>> >> >> I think the bug is in radix_tree_for_each_contig(). >> >> radix_tree_next_slot() returns NULL if the slot was NULL (i.e. there is >> hole). But, slot == NULL is not meaning to stop iterate here. Actually, >> if slot is NULL, it gets next chunk. >> >> Bang. > > Yeah, you are right, I already found this too. > Currently I think how to fix this more accurately... > -- > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/