Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Sep 2008 11:13:17 -0700
From:      Sean Bruno <sbruno@miralink.com>
To:        freebsd-geom@freebsd.org
Cc:        Scott Long <scottl@samsco.org>
Subject:   [RELENG_6] Minor KTRACE patch
Message-ID:  <48D148BD.80703@miralink.com>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------060406080700010608000309
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

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@miralink.com
Google:  seanwbruno@gmail.com
Yahoo:  sean_bruno@yahoo.com


--------------060406080700010608000309
Content-Type: text/plain;
 name="geom_io.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="geom_io.diff"

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();

--------------060406080700010608000309--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48D148BD.80703>