From: Jens Axboe <axboe@suse.de>
To: Con Kolivas <kernel@kolivas.org>
Cc: linux kernel mailing list <linux-kernel@vger.kernel.org>,
Andrew Morton <akpm@digeo.com>
Subject: Re: CFQ - 2.5.70-mm3 BUGs
Date: Tue, 3 Jun 2003 17:48:06 +0200 [thread overview]
Message-ID: <20030603154806.GI4853@suse.de> (raw)
In-Reply-To: <200306031113.49405.kernel@kolivas.org>
On Tue, Jun 03 2003, Con Kolivas wrote:
> I thought I'd give the cfq another run since some change has made it
> into this patch and got these BUGs together (note, preempt enabled and
> UP +IDE):
The version in -mm3 is woefully out of data, my fault... This should fix
it, once the modular elv stuff is done, I'll update the version.
--- drivers/block/cfq-iosched.c~ 2003-06-03 11:35:35.000000000 +0200
+++ drivers/block/cfq-iosched.c 2003-06-03 17:46:57.000000000 +0200
@@ -244,6 +244,7 @@
struct cfq_queue *cfqq = crq->cfq_queue;
cfq_remove_merge_hints(q, crq);
+ list_del_init(&rq->queuelist);
if (cfqq) {
cfq_del_crq_rb(cfqq, crq);
--
Jens Axboe
prev parent reply other threads:[~2003-06-03 15:35 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-06-03 1:13 CFQ - 2.5.70-mm3 BUGs Con Kolivas
2003-06-03 1:20 ` Andrew Morton
2003-06-03 15:48 ` Jens Axboe [this message]
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=20030603154806.GI4853@suse.de \
--to=axboe@suse.de \
--cc=akpm@digeo.com \
--cc=kernel@kolivas.org \
--cc=linux-kernel@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.