compat_ioctl: move SIOCOUTQ out of compat_ioctl.c
authorArnd Bergmann <arnd@arndb.de>
Mon, 3 Jun 2019 21:07:12 +0000 (23:07 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 23 Oct 2019 15:23:46 +0000 (17:23 +0200)
commitc7dc504e2ff78a0bed3c36a44dff73f523ce0132
tree1ba19f80bcc651d328823e81d23d7fb9c4c66320
parent9d7bf41fafa5b5ddd4c13eb39446b0045f0a8167
compat_ioctl: move SIOCOUTQ out of compat_ioctl.c

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.

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Eric Dumazet <edumazet@google.com>
Cc: netdev@vger.kernel.org
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/tty/tty_io.c
fs/compat_ioctl.c
net/socket.c