Date: Tue, 3 May 2005 10:58:05 +0000 (UTC) From: Jeff Roberson <jeff@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_devstat.c Message-ID: <200505031058.j43Aw5u2032702@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jeff 2005-05-03 10:58:05 UTC FreeBSD src repository Modified files: sys/kern subr_devstat.c Log: - Remove two mtx_asserts that can incorrectly trigger if devstat_end_transaction is called from a fast interrupt. Presently there is no way for mtx_assert to determine that we're not executing in a real thread context. Submitted by: jhusted@isilon.com Revision Changes Path 1.51 +0 -4 src/sys/kern/subr_devstat.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505031058.j43Aw5u2032702>