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:
parent
954e36405f
commit
c4901b6798
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user