Loading drivers/char/tty_io.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -3880,6 +3880,7 @@ void proc_clear_tty(struct task_struct *p) p->signal->tty = NULL; p->signal->tty = NULL; spin_unlock_irq(&p->sighand->siglock); spin_unlock_irq(&p->sighand->siglock); } } EXPORT_SYMBOL(proc_clear_tty); static void __proc_set_tty(struct task_struct *tsk, struct tty_struct *tty) static void __proc_set_tty(struct task_struct *tsk, struct tty_struct *tty) { { Loading Loading
drivers/char/tty_io.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -3880,6 +3880,7 @@ void proc_clear_tty(struct task_struct *p) p->signal->tty = NULL; p->signal->tty = NULL; spin_unlock_irq(&p->sighand->siglock); spin_unlock_irq(&p->sighand->siglock); } } EXPORT_SYMBOL(proc_clear_tty); static void __proc_set_tty(struct task_struct *tsk, struct tty_struct *tty) static void __proc_set_tty(struct task_struct *tsk, struct tty_struct *tty) { { Loading