diff options
| author | Jeff Roberson <jeff@FreeBSD.org> | 2005-05-03 10:58:05 +0000 |
|---|---|---|
| committer | Jeff Roberson <jeff@FreeBSD.org> | 2005-05-03 10:58:05 +0000 |
| commit | 279d4d3761f5fb056cba0d364db723a13d683b07 (patch) | |
| tree | 333018a43607bfd7457ae1c45cec3da33157bd24 /sys/kern/subr_devstat.c | |
| parent | 059f090fa1b5979777be6aa4f24b1e3be0fd5308 (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_devstat.c')
| -rw-r--r-- | sys/kern/subr_devstat.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/kern/subr_devstat.c b/sys/kern/subr_devstat.c index 3f939fedb2fb..8a7eff58e5a1 100644 --- a/sys/kern/subr_devstat.c +++ b/sys/kern/subr_devstat.c @@ -281,8 +281,6 @@ devstat_end_transaction(struct devstat *ds, u_int32_t bytes, { struct bintime dt, lnow; - mtx_assert(&devstat_mutex, MA_NOTOWNED); - /* sanity check */ if (ds == NULL) return; @@ -326,8 +324,6 @@ devstat_end_transaction_bio(struct devstat *ds, struct bio *bp) { devstat_trans_flags flg; - mtx_assert(&devstat_mutex, MA_NOTOWNED); - /* sanity check */ if (ds == NULL) return; |
