CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/07/05 08:42:30
Modified files:
sys/kern : kern_kthread.c
Log message:
Grab the KERNEL_LOCK() in kthread_create(9) to enable unlocked code
paths create kernel threads. This will be utilized by sosplice()
for the taskq allocation.
OK mpi@
