summaryrefslogtreecommitdiffstats
path: root/sys/geom
diff options
context:
space:
mode:
Diffstat (limited to 'sys/geom')
-rw-r--r--sys/geom/geom_ccd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/geom/geom_ccd.c b/sys/geom/geom_ccd.c
index 6494861..4addc2e 100644
--- a/sys/geom/geom_ccd.c
+++ b/sys/geom/geom_ccd.c
@@ -1116,8 +1116,7 @@ ccdintr(cs, bp)
*/
if (bp->bio_flags & BIO_ERROR)
bp->bio_resid = bp->bio_bcount;
- devstat_end_transaction_bio(&cs->device_stats, bp);
- biodone(bp);
+ biofinish(bp, &cs->device_stats, 0);
}
/*
OpenPOWER on IntegriCloud