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
[-- Attachment #1 --] 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 [-- Attachment #2 --] 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();
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48D148BD.80703>
