commit | fc6f6238226e6d1248e1967eae2bf556eaf3ac17 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@redhat.com> | Fri Jan 02 13:43:17 2009 +0000 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Fri Jan 02 10:19:36 2009 -0800 |
tree | 07cef0fafd30bd622dac1db4751e10734773c863 | |
parent | a47d545f5782cbde871b50bdf4a83379ed2da222 [diff] |
pty: simplify resize We have special case logic for resizing pty/tty pairs. We also have a per driver resize method so for the pty case we should use it. Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>