cvs commit: src/sys/kern subr_devstat.c
Jeff Roberson
jeff at FreeBSD.org
Tue May 3 03:58:05 PDT 2005
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 at isilon.com
Revision Changes Path
1.51 +0 -4 src/sys/kern/subr_devstat.c
More information about the cvs-src
mailing list