kib 2008-05-23 16:38:38 UTC FreeBSD src repository Modified files: sys/kern kern_conf.c Log: Assert that si_threadcount > 0 before decrementing it. This helps catching the improper use of the dev_refthread/dev_relthread. Tested by: pho MFC after: 1 week Revision Changes Path 1.214 +2 -0 src/sys/kern/kern_conf.c