From: Matt Domsch <Matt_Domsch@dell.com>
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
Date: Fri, 30 Apr 2004 17:12:07 -0500 [thread overview]
Message-ID: <20040430221207.GC9853@lists.us.dell.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1124 bytes --]
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;
}
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
reply other threads:[~2004-04-30 22:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040430221207.GC9853@lists.us.dell.com \
--to=matt_domsch@dell.com \
--cc=axboe@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo.tosatti@cyclades.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox