diff --git a/[refs] b/[refs] index eaf1e5afd97e..e43e569f3af8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 907d91d708d9999bec0185d630062576ac4181a7 +refs/heads/master: 20ac94378de59d61dc39f10ed5530485e4ac8c07 diff --git a/trunk/drivers/char/tty_io.c b/trunk/drivers/char/tty_io.c index f70a47eadb52..841f0bd3eaaf 100644 --- a/trunk/drivers/char/tty_io.c +++ b/trunk/drivers/char/tty_io.c @@ -2734,7 +2734,7 @@ static void __do_SAK(void *arg) printk(KERN_NOTICE "SAK: killed process %d" " (%s): fd#%d opened to the tty\n", p->pid, p->comm, i); - send_sig(SIGKILL, p, 1); + force_sig(SIGKILL, p); break; } }