patch-2.1.57 linux/kernel/printk.c

Next file: linux/kernel/sched.c
Previous file: linux/kernel/fork.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.56/linux/kernel/printk.c linux/kernel/printk.c
@@ -96,7 +96,7 @@
 		cli();
 		error = -ERESTARTSYS;
 		while (!log_size) {
-			if (current->signal & ~current->blocked) {
+			if (signal_pending(current)) {
 				sti();
 				goto out;
 			}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov