On Thu, Sep 13, 2018 at 4:40 AM Al Viro wrote:
> @@ -1113,17 +,6 @@ COMPATIBLE_IOCTL(JSIOCGAXES)
> COMPATIBLE_IOCTL(JSIOCGBUTTONS)
> COMPATIBLE_IOCTL(JSIOCGNAME(0))
>
> -#ifdef TIOCSTART
> -/*
> - * For these two we have definitions in ioctls.h and/or termios.h on
> - * some architectures b
From: Al Viro
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
---
fs/compat_ioctl.c | 13 -
1 file
2 matches
Mail list logo