diff options
author | Peter Hurley <peter@hurleysoftware.com> | 2016-01-11 07:41:05 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-01-28 00:01:44 +0100 |
commit | 7896f30d6fc602f02198999acca4840620288990 (patch) | |
tree | 96f385ae7c987248ac90a01cc323c1c72e2f47c1 /drivers/tty/tty_io.c | |
parent | tty: Use 'disc' for line discipline index name (diff) | |
download | linux-7896f30d6fc602f02198999acca4840620288990.tar.xz linux-7896f30d6fc602f02198999acca4840620288990.zip |
tty: Refactor tty_ldisc_reinit() for reuse
At tty hangup, the line discipline instance is reinitialized by
closing the current ldisc instance and opening a new instance.
This operation is complicated by error recovery: if the attempt
to reinit the current line discipline fails, the line discipline
is reset to N_TTY (which should not but can fail).
Re-purpose tty_ldisc_reinit() to return a valid, open line discipline
instance, or otherwise, an error.
Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/tty_io.c')
0 files changed, 0 insertions, 0 deletions