]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4051caf82cd7d2e4e1f34f5d2cec1e3ac33db8a2
treee767ca485a51e9e96c9024a8b073a5d68395bf67
parent711c05e9db81f6bd3132dcd5209da5b60a04166c
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