From owner-freebsd-geom@FreeBSD.ORG Wed Sep 17 18:31:07 2008 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32BD8106566C for ; Wed, 17 Sep 2008 18:31:07 +0000 (UTC) (envelope-from sbruno@miralink.com) Received: from plato.miralink.com (mail.miralink.com [70.103.185.20]) by mx1.freebsd.org (Postfix) with ESMTP id 0EBAF8FC1A for ; Wed, 17 Sep 2008 18:31:06 +0000 (UTC) (envelope-from sbruno@miralink.com) Received: from localhost (localhost.localdomain [127.0.0.1]) by plato.miralink.com (Postfix) with ESMTP id 594CD1A9142; Wed, 17 Sep 2008 11:10:06 -0700 (PDT) X-Virus-Scanned: amavisd-new at X-Spam-Flag: NO X-Spam-Score: -4.364 X-Spam-Level: X-Spam-Status: No, score=-4.364 tagged_above=-10 required=6.6 tests=[ALL_TRUSTED=-1.8, AWL=0.035, BAYES_00=-2.599] Received: from plato.miralink.com ([127.0.0.1]) by localhost (plato.miralink.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bDqofFJ2LJtu; Wed, 17 Sep 2008 11:10:05 -0700 (PDT) Received: from [10.0.0.40] (iago.office.miralink.com [10.0.0.40]) by plato.miralink.com (Postfix) with ESMTP id CAFA71A90BD; Wed, 17 Sep 2008 11:10:05 -0700 (PDT) Message-ID: <48D148BD.80703@miralink.com> Date: Wed, 17 Sep 2008 11:13:17 -0700 From: Sean Bruno User-Agent: Thunderbird 2.0.0.16 (X11/20080723) MIME-Version: 1.0 To: freebsd-geom@freebsd.org Content-Type: multipart/mixed; boundary="------------060406080700010608000309" Cc: Scott Long Subject: [RELENG_6] Minor KTRACE patch X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2008 18:31:07 -0000 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--