From: Jens Axboe <axboe@suse.de>
To: Alex Romosan <romosan@adonis.lbl.gov>
Cc: linux-kernel@vger.kernel.org
Subject: Re: oops with 2.4.8-pre5
Date: Tue, 7 Aug 2001 22:31:50 +0200 [thread overview]
Message-ID: <20010807223150.I24336@suse.de> (raw)
In-Reply-To: <87bslrfx9n.fsf@adonis.lbl.gov> <20010807221746.G24336@suse.de> <20010807222955.H24336@suse.de>
In-Reply-To: <20010807222955.H24336@suse.de>
[-- Attachment #1: Type: text/plain, Size: 462 bytes --]
On Tue, Aug 07 2001, Jens Axboe wrote:
> On Tue, Aug 07 2001, Jens Axboe wrote:
> > On Tue, Aug 07 2001, Alex Romosan wrote:
> > > i got the following oops with kernel 2.4.8-pre5. i was just logged in
> > > remotely, reading email with gnus and maybe i had just run dselect
> > > (debian package installer):
> >
> > This should fix it.
>
> Eh scratch that braino, here's a right one...
Too tired, or something... I think I'll stop for today.
--
Jens Axboe
[-- Attachment #2: sync_old_buffers-3 --]
[-- Type: text/plain, Size: 423 bytes --]
--- /opt/kernel/linux-2.4.8-pre5/fs/buffer.c Tue Aug 7 10:28:50 2001
+++ fs/buffer.c Tue Aug 7 22:32:36 2001
@@ -2581,10 +2472,15 @@
spin_lock(&lru_list_lock);
bh = lru_list[BUF_DIRTY];
+ if (!bh) {
+ spin_unlock(&lru_list_lock);
+ goto quit;
+ }
if (!time_before(jiffies, bh->b_flushtime))
continue;
spin_unlock(&lru_list_lock);
}
+quit:
run_task_queue(&tq_disk);
return 0;
}
prev parent reply other threads:[~2001-08-07 20:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-08-07 20:08 oops with 2.4.8-pre5 Alex Romosan
2001-08-07 20:17 ` Jens Axboe
2001-08-07 20:29 ` Jens Axboe
2001-08-07 20:31 ` 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=20010807223150.I24336@suse.de \
--to=axboe@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=romosan@adonis.lbl.gov \
/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.