1
0
Files
linux/drivers
Jiri Slaby de274bfe0f TTY: introduce tty_port_destroy
After commit "TTY: move tty buffers to tty_port", the tty buffers are
not freed in some drivers. This is because tty_port_destructor is not
called whenever a tty_port is freed. This was an assumption I counted
with but was unfortunately untrue.

Those using refcounting are safe now, but for those which do not we
introduce a function to be called right before the tty_port is freed
by the drivers.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-11-15 17:20:58 -08:00
..
2012-10-15 14:45:51 -04:00
2012-10-24 16:58:53 +02:00
2012-11-15 17:20:57 -08:00
2012-11-15 17:20:57 -08:00
2012-10-17 15:53:03 -05:00
2012-10-29 09:00:57 -07:00
2012-11-15 17:20:58 -08:00
2012-10-16 18:07:12 -07:00