Just a fixup for a KTRACE message I stumbled upon many moons ago.

Reviewed by:	Scott Long
MFC after:	2 days
This commit is contained in:
Sean Bruno 2008-09-18 15:02:19 +00:00
parent 954e36405f
commit c4901b6798

View File

@ -582,7 +582,7 @@ g_io_schedule_up(struct thread *tp __unused)
g_bioq_unlock(&g_bio_run_up);
THREAD_NO_SLEEPING();
CTR4(KTR_GEOM, "g_up biodone bp %p provider %s off "
"%ld len %ld", bp, bp->bio_to->name,
"%jd len %ld", bp, bp->bio_to->name,
bp->bio_offset, bp->bio_length);
biodone(bp);
THREAD_SLEEPING_OK();