[RELENG_6] Minor KTRACE patch

Sean Bruno sbruno at miralink.com
Wed Sep 17 18:31:07 UTC 2008


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

Comments?

-- 
Sean Bruno
MiraLink Corporation
6015 NE 80th Ave, Ste 100
Portland, OR 97218
Phone 503-621-5143
Fax 503-621-5199
MSN: sbruno at miralink.com
Google:  seanwbruno at gmail.com
Yahoo:  sean_bruno at yahoo.com

-------------- next part --------------
Index: geom_io.c
===================================================================
--- geom_io.c	(revision 183088)
+++ geom_io.c	(working copy)
@@ -485,7 +485,7 @@
 			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();


More information about the freebsd-geom mailing list