From: <henrik@hswn.dk> Henrik Stoerner
To: linux-kernel@vger.kernel.org
Subject: Re: Linux 2.4.11-pre2
Date: Tue, 2 Oct 2001 00:18:16 +0200 [thread overview]
Message-ID: <200110012218.f91MIGU10233@hswn.dk> (raw)
In-Reply-To: <Pine.LNX.4.33.0110011438230.990-100000@penguin.transmeta.com>
I get:
gcc -D__KERNEL__ -I/home/src/linux-2.4/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=i686 -DEXPORT_SYMTAB -c sysrq.c
sysrq.c: In function `sysrq_handle_mountro':
sysrq.c:234: too many arguments to function `wakeup_bdflush'
make[3]: *** [sysrq.o] Error 1
make[3]: Leaving directory `/home/src/linux-2.4/drivers/char'
Seems this patch to drivers/char/sysrq.c should not be in:
static void sysrq_handle_mountro(int key, struct pt_regs *pt_regs,
struct kbd_struct *kbd, struct tty_struct *tty) {
emergency_sync_scheduled = EMERG_REMOUNT;
- wakeup_bdflush();
+ wakeup_bdflush(0);
}
--
Henrik Storner <henrik@hswn.dk>
next prev parent reply other threads:[~2001-10-01 22:18 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-10-01 21:39 Linus Torvalds
2001-10-01 22:10 ` Alessandro Suardi
2001-10-01 22:18 ` henrik [this message]
2001-10-02 11:50 ` Alan Ford
2001-10-02 12:39 ` Stephan von Krawczynski
2001-10-02 12:53 ` Stephen Frost
2001-10-02 12:55 ` André Dahlqvist
2001-10-02 12:59 ` Stephan von Krawczynski
2001-10-02 17:11 ` Josh Wyatt
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=200110012218.f91MIGU10233@hswn.dk \
--to=henrik@hswn.dk \
--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
Powered by JetHome