patch-2.4.8 linux/drivers/char/sysrq.c
Next file: linux/drivers/ide/sis5513.c
Previous file: linux/drivers/char/synclink.c
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Tue Aug 7 00:18:21 2001
- Orig file:
v2.4.7/linux/drivers/char/sysrq.c
- Orig date:
Fri Feb 9 11:30:22 2001
diff -u --recursive --new-file v2.4.7/linux/drivers/char/sysrq.c linux/drivers/char/sysrq.c
@@ -26,7 +26,6 @@
#include <asm/ptrace.h>
-extern void wakeup_bdflush(int);
extern void reset_vc(unsigned int);
extern struct list_head super_blocks;
@@ -99,12 +98,12 @@
case 's': /* S -- emergency sync */
printk("Emergency Sync\n");
emergency_sync_scheduled = EMERG_SYNC;
- wakeup_bdflush(0);
+ wakeup_bdflush();
break;
case 'u': /* U -- emergency remount R/O */
printk("Emergency Remount R/O\n");
emergency_sync_scheduled = EMERG_REMOUNT;
- wakeup_bdflush(0);
+ wakeup_bdflush();
break;
case 'p': /* P -- show PC */
printk("Show Regs\n");
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)