CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2025/02/20 23:20:12

Modified files:
        sys/net        : if_gre.c ifq.c 

Log message:
replace "if (!task_del) taskq_barrier" with "taskq_del_barrier".

as per src/sys/kern/kern_task.c r1.36, it's possible for a task to
be re-added while it's currently running. in this situation the "if
(!task_del)" skips the barrier but doesn't do anything about the
currently running code, which taskq_del_barrier properly handles.
----------------------------------------------------------------------

Reply via email to