Messages in this thread |  | | Date | Tue, 2 Oct 2001 00:18:16 +0200 | Subject | Re: Linux 2.4.11-pre2 | From | <> Henrik Stoerner |
| |
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>
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |