Module Name: src Committed By: riastradh Date: Fri Jun 23 21:19:03 UTC 2023
Modified Files:
src/sys/kern: kern_synch.c
Log Message:
tsleep(9): Assert kernel lock held.
This is never safe to use without the kernel lock. It should only
appear in legacy subsystems that still run with the kernel lock.
To generate a diff of this commit:
cvs rdiff -u -r1.354 -r1.355 src/sys/kern/kern_synch.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
