commit | 06026d911c31dfa602e14e635a3489b8d67cc786 | [log] [tgz] |
---|---|---|
author | Cyrill Gorcunov <gorcunov@openvz.org> | Wed Oct 24 23:43:20 2012 +0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Oct 25 12:07:18 2012 -0700 |
tree | 9e8ef5fcc3be08dc92ca955be8fd8ec8ddd18736 | |
parent | ab72fa5523866cb93681abb9f9a401d43a93b7be [diff] |
tty: pty - Move TIOCPKT handling into pty.c Since this ioctl is for pty devices only move it to pty.c. v2: - drop PTY_TYPE_MASTER test since it's master peer ioctl anyway (by jslaby@) Suggested-by: Alan Cox <alan@lxorguk.ukuu.org.uk> Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> CC: "H. Peter Anvin" <hpa@zytor.com> CC: Pavel Emelyanov <xemul@parallels.com> CC: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>