On Mon, Oct 22, 2007 at 09:07:50AM +0200, Sven Verdoolaege wrote: > Aren't you truncating the ptr list after the first entry here? > (While you still need the whole list in free_file_table.) Yes, good eyes. And because we actually reverse the list, it's not as simple as just sticking the two broken up pieces together again; the original head must end up as the head of the list after they are glued together again, but it is actually the tail of one of the lists. -Peff - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html