Loading drivers/tty/tty_io.c +4 −0 Original line number Diff line number Diff line Loading @@ -1663,6 +1663,10 @@ static void release_one_tty(struct work_struct *work) put_pid(tty->pgrp); put_pid(tty->session); #if defined(CONFIG_TTY_FLUSH_LOCAL_ECHO) if (tty->echo_delayed_work.work.func) cancel_delayed_work_sync(&tty->echo_delayed_work); #endif free_tty_struct(tty); } Loading Loading
drivers/tty/tty_io.c +4 −0 Original line number Diff line number Diff line Loading @@ -1663,6 +1663,10 @@ static void release_one_tty(struct work_struct *work) put_pid(tty->pgrp); put_pid(tty->session); #if defined(CONFIG_TTY_FLUSH_LOCAL_ECHO) if (tty->echo_delayed_work.work.func) cancel_delayed_work_sync(&tty->echo_delayed_work); #endif free_tty_struct(tty); } Loading