From linux-kernel-owner+willy=40w.ods.org-S261604AbUD3WMV@vger.kernel.org Sat May 1 00:09:27 2004 Return-Path: Received: from willy.net1.nerim.net (vax [10.2.1.2]) by alpha.home.local (8.12.4/8.12.1) with ESMTP id i3UM9RDf009961 for ; Sat, 1 May 2004 00:09:27 +0200 Received: from vger.kernel.org (vger.kernel.org [67.72.78.212]) by willy.net1.nerim.net (8.12.9/8.12.1) with ESMTP id i3UMF4Cb007537 for ; Sat, 1 May 2004 00:15:06 +0200 (CEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261604AbUD3WMV (ORCPT ); Fri, 30 Apr 2004 18:12:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261615AbUD3WMU (ORCPT ); Fri, 30 Apr 2004 18:12:20 -0400 Received: from linux.us.dell.com ([143.166.224.162]:35018 "EHLO lists.us.dell.com") by vger.kernel.org with ESMTP id S261604AbUD3WMR (ORCPT ); Fri, 30 Apr 2004 18:12:17 -0400 Received: from lists.us.dell.com (localhost.localdomain [127.0.0.1]) by lists.us.dell.com (8.12.10/8.12.10/Dell.IT.3.31.03) with ESMTP id i3UMC78o013394; Fri, 30 Apr 2004 17:12:07 -0500 Received: (from mdomsch@localhost) by lists.us.dell.com (8.12.10/8.12.10/Submit) id i3UMC7Yf013392; Fri, 30 Apr 2004 17:12:07 -0500 Date: Fri, 30 Apr 2004 17:12:07 -0500 From: Matt Domsch To: axboe@suse.de, marcelo.tosatti@cyclades.com Cc: linux-kernel@vger.kernel.org Subject: 2.4 Remove blk: queue xxxx I/O limit xxxx messages printed by all devices Message-ID: <20040430221207.GC9853@lists.us.dell.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ncSAzJYg3Aa9+CRW" Content-Disposition: inline User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org Status: RO Content-Length: 1806 Lines: 63 --ncSAzJYg3Aa9+CRW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Jens, please review and ack this patch against 2.4. Remove blk: queue xxxx I/O limit xxxx messages printed by all block devices This was a debug message and is no longer needed. -- Matt Domsch Sr. Software Engineer, Lead Engineer Dell Linux Solutions linux.dell.com & www.dell.com/linux Linux on Dell mailing lists @ http://lists.us.dell.com ===== drivers/block/ll_rw_blk.c 1.53 vs edited ===== --- 1.53/drivers/block/ll_rw_blk.c Mon Mar 15 10:52:56 2004 +++ edited/drivers/block/ll_rw_blk.c Fri Apr 30 17:06:36 2004 @@ -280,21 +280,6 @@ void blk_queue_bounce_limit(request_queue_t *q, u64 dma_addr) { unsigned long bounce_pfn = dma_addr >> PAGE_SHIFT; - unsigned long mb = dma_addr >> 20; - static request_queue_t *old_q; - - /* - * keep this for debugging for now... - */ - if (dma_addr != BLK_BOUNCE_HIGH && q != old_q) { - old_q = q; - printk("blk: queue %p, ", q); - if (dma_addr == BLK_BOUNCE_ANY) - printk("no I/O memory limit\n"); - else - printk("I/O limit %luMb (mask 0x%Lx)\n", mb, - (long long) dma_addr); - } q->bounce_pfn = bounce_pfn; } --ncSAzJYg3Aa9+CRW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFAks83Iavu95Lw/AkRApnoAKCW+l4y7ceo7kHK4wIGBh/9de16IACfc8FW wknCcTGk9qkZ7uNMVu3jY4k= =nuSW -----END PGP SIGNATURE----- --ncSAzJYg3Aa9+CRW-- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/