| commit | ff917ba4f1a6189f90ed2c975984d6a1a1dc553d | [log] [tgz] |
|---|---|---|
| author | Alan Cox <alan@linux.intel.com> | Tue Jun 01 22:52:55 2010 +0200 |
| committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Aug 10 13:47:41 2010 -0700 |
| tree | a53853d16c578dafee829ebe7645e724d184fab9 | |
| parent | e33ac1c10b6baaac68d18d931e120d8b96e8c5f8 [diff] |
tty: Make vt's have a tty_port The vt layer isn't safely handling reference counts to tty object on the input side. Add a tty port structure to the vt layer in order to implement this using the standard helpers. Signed-off-by: Alan Cox <alan@linux.intel.com> Cc: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>