diff --git a/sys/dev/vinum/vinuminterrupt.c b/sys/dev/vinum/vinuminterrupt.c index 5fa77868f869..4b119bce5958 100644 --- a/sys/dev/vinum/vinuminterrupt.c +++ b/sys/dev/vinum/vinuminterrupt.c @@ -203,6 +203,10 @@ sdio_done(struct buf *bp) bp->b_flags |= B_ERROR; bp->b_error = sbp->b.b_error; } +#ifdef VINUMDEBUG + if (debug & DEBUG_LASTREQS) + logrq(loginfo_sdiodone, (union rqinfou) bp, bp); +#endif sbp->bp->b_resid = sbp->b.b_resid; /* copy the resid field */ biodone(sbp->bp); /* complete the caller's I/O */ /* Now update the statistics */