[2.1.49] static void wakeup_bdflush(int)

Matei Conovici (cmatei@lbi.ro)
Thu, 14 Aug 1997 15:23:35 +0300 (EET DST)


in fs/buffer.c, you have this:

static void wakeup_bdflush(int);

and in drivers/char/sysrq.c you have:

extern void wakeup_bdflush(int);

=> doesn't compile.

Matei