aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/tty_io.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/tty_io.c')
-rw-r--r--drivers/char/tty_io.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/tty_io.c b/drivers/char/tty_io.c
index 9c867cf6de64..9820f86831ee 100644
--- a/drivers/char/tty_io.c
+++ b/drivers/char/tty_io.c
@@ -3528,7 +3528,7 @@ void __do_SAK(struct tty_struct *tty)
3528 /* Kill the entire session */ 3528 /* Kill the entire session */
3529 do_each_pid_task(session, PIDTYPE_SID, p) { 3529 do_each_pid_task(session, PIDTYPE_SID, p) {
3530 printk(KERN_NOTICE "SAK: killed process %d" 3530 printk(KERN_NOTICE "SAK: killed process %d"
3531 " (%s): process_session(p)==tty->session\n", 3531 " (%s): task_session_nr(p)==tty->session\n",
3532 p->pid, p->comm); 3532 p->pid, p->comm);
3533 send_sig(SIGKILL, p, 1); 3533 send_sig(SIGKILL, p, 1);
3534 } while_each_pid_task(session, PIDTYPE_SID, p); 3534 } while_each_pid_task(session, PIDTYPE_SID, p);
@@ -3538,7 +3538,7 @@ void __do_SAK(struct tty_struct *tty)
3538 do_each_thread(g, p) { 3538 do_each_thread(g, p) {
3539 if (p->signal->tty == tty) { 3539 if (p->signal->tty == tty) {
3540 printk(KERN_NOTICE "SAK: killed process %d" 3540 printk(KERN_NOTICE "SAK: killed process %d"
3541 " (%s): process_session(p)==tty->session\n", 3541 " (%s): task_session_nr(p)==tty->session\n",
3542 p->pid, p->comm); 3542 p->pid, p->comm);
3543 send_sig(SIGKILL, p, 1); 3543 send_sig(SIGKILL, p, 1);
3544 continue; 3544 continue;