diff options
author | Alan Cox <alan@linux.intel.com> | 2012-07-17 12:06:57 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-07-17 12:13:38 -0400 |
commit | 36b3c070d2346c890d690d71f6eab02f8c511137 (patch) | |
tree | 1a1345329e3827eec3cf0de70eac2b2f1d663b55 /drivers/tty/vt | |
parent | 3db1ddb725dcd9a2bb32be2b64d0688c3e1c4579 (diff) |
tty: Move the handling of the tty release logic
Now that we don't have tty->termios tied to drivers->tty we can untangle
the logic here. In addition we can push the removal logic out of the
destructor path.
At that point we can think about sorting out tty_port and console and all
the other ugly hangovers.
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/vt')
-rw-r--r-- | drivers/tty/vt/vt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/vt/vt.c b/drivers/tty/vt/vt.c index dbceaeb2c3e..e07ded30fc7 100644 --- a/drivers/tty/vt/vt.c +++ b/drivers/tty/vt/vt.c | |||
@@ -2850,7 +2850,6 @@ static void con_shutdown(struct tty_struct *tty) | |||
2850 | console_lock(); | 2850 | console_lock(); |
2851 | vc->port.tty = NULL; | 2851 | vc->port.tty = NULL; |
2852 | console_unlock(); | 2852 | console_unlock(); |
2853 | tty_shutdown(tty); | ||
2854 | } | 2853 | } |
2855 | 2854 | ||
2856 | static int default_italic_color = 2; // green (ASCII) | 2855 | static int default_italic_color = 2; // green (ASCII) |