commit | 6bbf265892241f540d3465c074c04a39b7f127ec | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Sep 12 18:05:07 2018 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Oct 13 00:50:46 2018 -0400 |
tree | e767ca485a51e9e96c9024a8b073a5d68395bf67 | |
parent | 04ec1c8c7411d4bbb80d7ac93e93b2a5d2824842 [diff] |
kill the rest of tty COMPAT_IOCTL() entries TIOCLINUX is handled by ->compat_ioctl() in the only place that has native ->ioctl() recognizing it, TIOC{START,STOP} are simply useless these days - unrecognized compat ioctl won't spew into syslog anymore. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>