From: Keith Owens <kaos@ocs.com.au>
To: Byeong-ryeol Kim <jinbo21@hananet.net>
Cc: linux-kernel@vger.kernel.org,
David Woodhouse <dwmw2@infradead.org>,
Alan Cox <alan@lxorguk.ukuu.org.uk>
Subject: Re: compile error about do_softirq in 2.4.5-ac21
Date: Sat, 30 Jun 2001 14:19:38 +1000 [thread overview]
Message-ID: <31885.993874778@ocs3.ocs-net> (raw)
In-Reply-To: Your message of "Sat, 30 Jun 2001 10:07:20 +0900." <Pine.LNX.4.33.0106301005060.23402-100000@progress.plw.net>
On Sat, 30 Jun 2001 10:07:20 +0900 (KST),
Byeong-ryeol Kim <jinbo21@hananet.net> wrote:
>>>background.c:57: `do_softirq_Rf0a529b7' undeclared (first use in \
>>> this function)
Missing include in fs/jffs2/background.c. spin_unlock_bh() needs the
definition of do_softirq(). Against 2.4.5-ac21, will fit -ac22 as well.
Index: 5.52/fs/jffs2/background.c
--- 5.52/fs/jffs2/background.c Sun, 22 Apr 2001 07:25:55 +1000 kaos (linux-2.4/Z/d/7_background 1.1 644)
+++ 5.52(w)/fs/jffs2/background.c Sat, 30 Jun 2001 14:13:12 +1000 kaos (linux-2.4/Z/d/7_background 1.1 644)
@@ -43,6 +43,7 @@
#include <linux/jffs2.h>
#include <linux/mtd/mtd.h>
+#include <linux/interrupt.h>
#include <linux/smp_lock.h>
#include "nodelist.h"
next prev parent reply other threads:[~2001-06-30 4:20 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-06-29 10:41 compile error about do_softirq in 2.4.5-ac21 Byeong-ryeol Kim
2001-06-29 14:25 ` Keith Owens
2001-06-30 1:07 ` Byeong-ryeol Kim
2001-06-30 4:19 ` Keith Owens [this message]
2001-06-30 19:28 ` Byeong-ryeol Kim
2001-06-30 19:37 ` Byeong-ryeol Kim
2001-07-02 14:36 ` David Woodhouse
-- strict thread matches above, loose matches on Subject: below --
2001-07-11 2:17 Brian K. White
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=31885.993874778@ocs3.ocs-net \
--to=kaos@ocs.com.au \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=dwmw2@infradead.org \
--cc=jinbo21@hananet.net \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox