On Sun, 16 Dec 2007, Johannes Sixt wrote: > Signed-off-by: Johannes Sixt <johannes.sixt@xxxxxxxxxx> One micro nit: > + for (;;) { > + for (i = 0; !target && i < delta_search_threads; i++) > + if (!p[i].working) > + target = &p[i]; > + if (target) > + break; > + pthread_cond_wait(&progress_cond, &progress_mutex); > + }; There's a spurious ; here. Otherwise: Acked-by: Nicolas Pitre <nico@xxxxxxx> Nicolas - 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