OSDN Git Service

kill the rest of tty COMPAT_IOCTL() entries
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 12 Sep 2018 22:05:07 +0000 (18:05 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 13 Oct 2018 04:50:46 +0000 (00:50 -0400)
commit6bbf265892241f540d3465c074c04a39b7f127ec
treee767ca485a51e9e96c9024a8b073a5d68395bf67
parent04ec1c8c7411d4bbb80d7ac93e93b2a5d2824842
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>
fs/compat_ioctl.c