On Friday 12 November 2010 10:06:10 you wrote:
> -               queue->tq_running = NULL;

forgot this check:

                /* don't clear if queued again */
                if (task->ta_entry.tqe_prev == (void *)1)
> +               task->ta_entry.tqe_prev = (void *)0;
>                 wakeup(task);
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to