commit | fe6e29fdb1a7b94891bbdd3c67358fe4ed14639d | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@redhat.com> | Mon Oct 13 10:44:08 2008 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Oct 13 09:51:44 2008 -0700 |
tree | a1b9524ec42081e6573dd5a77bbb881117c6a73b | |
parent | 8dff04ea316125639120c0a565ce0346b892fef7 [diff] |
tty: simplify ktermios allocation Copy the simplification from the pty unix98 special case to the generic one. This allows us to kill off driver->termios_locked entirely which is nice. We have to whack bits of the cris driver as it meddles in places it shouldn't providing its own arrays that were never used anyway. Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>