]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit37a5f3c00f23f5f3a599f1f8c6ab19cf62c20c14
tree1ba19f80bcc651d328823e81d23d7fb9c4c66320
parente62b5ec34777262552445189560546f58080e3e1
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