CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/04/28 06:53:42
Modified files:
sys/kern : uipc_socket.c
Log message:
Add a membar_consumer() for the taskq_create() in sosplice(). Membar
producer and consumer must come in pair and the latter was missing.
Also move the code a bit to make clear which check is needed for
what.
OK mvs@
