Date: Fri, 23 May 2008 16:38:38 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_conf.c Message-ID: <200805231638.m4NGccQ2000143@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805231638.m4NGccQ2000143>