]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Remove two mtx_asserts that can incorrectly trigger if
authorjeff <jeff@FreeBSD.org>
Tue, 3 May 2005 10:58:05 +0000 (10:58 +0000)
committerjeff <jeff@FreeBSD.org>
Tue, 3 May 2005 10:58:05 +0000 (10:58 +0000)
commit79452537e3d4c5c4604a6dca1bf4ec4264e376c7
tree333018a43607bfd7457ae1c45cec3da33157bd24
parent92f17d1e6acf7fd66c58215578dbc6bdb5f51829
 - 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
sys/kern/subr_devstat.c