Re: [PATCH v5 10/18] compat_ioctl: move SIOCOUTQ out of compat_ioctl.c

From: Greg Kroah-Hartman
Date: Thu Aug 15 2019 - 10:09:32 EST


On Wed, Aug 14, 2019 at 10:54:45PM +0200, Arnd Bergmann wrote:
> All users of this call are in socket or tty code, so handling
> it there means we can avoid the table entry in fs/compat_ioctl.c.
>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
> ---
> drivers/tty/tty_io.c | 1 +
> fs/compat_ioctl.c | 2 --
> net/socket.c | 2 ++
> 3 files changed, 3 insertions(+), 2 deletions(-)a

Reviewed-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>