summaryrefslogtreecommitdiffstats
path: root/sys/dev/ccd/ccd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ccd/ccd.c')
-rw-r--r--sys/dev/ccd/ccd.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/dev/ccd/ccd.c b/sys/dev/ccd/ccd.c
index a889ca3..e13ac65 100644
--- a/sys/dev/ccd/ccd.c
+++ b/sys/dev/ccd/ccd.c
@@ -954,16 +954,9 @@ ccdintr(cs, bp)
/*
* Request is done for better or worse, wakeup the top half.
*/
- /* Record device statistics */
- devstat_end_transaction(&cs->device_stats,
- bp->b_bcount - bp->b_resid,
- (bp->b_flags & B_ORDERED) ?
- DEVSTAT_TAG_ORDERED : DEVSTAT_TAG_SIMPLE,
- (bp->b_flags & B_READ) ? DEVSTAT_READ :
- DEVSTAT_WRITE);
-
if (bp->b_flags & B_ERROR)
bp->b_resid = bp->b_bcount;
+ devstat_end_transaction_buf(&cs->device_stats, bp);
biodone(bp);
}
OpenPOWER on IntegriCloud