commit | e04957365b21066285557e42ffe16d8330d46c02 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@redhat.com> | Mon Oct 13 10:36:58 2008 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Oct 13 09:51:40 2008 -0700 |
tree | c359a59a0ac283d051736534d835df2cc0f8e17b | |
parent | c564b6fda961bd999aac0b709b79288dd8f426cd [diff] |
tty: split the buffering from tty_io The two are basically independent chunks of code so lets split them up for readability and sanity. It also makes the API boundaries much clearer. Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>