]> git.baikalelectronics.ru Git - kernel.git/commit
compat_ioctl: move rfcomm handlers into driver
authorArnd Bergmann <arnd@arndb.de>
Thu, 14 Mar 2019 12:44:52 +0000 (13:44 +0100)
committerArnd Bergmann <arnd@arndb.de>
Wed, 23 Oct 2019 15:23:44 +0000 (17:23 +0200)
commitae663891820e1db4c73caa5e9da931d0d052e9d7
treead1caa961fa3143366e8fb3e376d0683dc6da408
parent018edcdb0b1c84599aa26acc88ee51f77cf3122b
compat_ioctl: move rfcomm handlers into driver

All these ioctl commands are compatible, so we can handle
them with a trivial wrapper in rfcomm/sock.c and remove
the listing in fs/compat_ioctl.c.

Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
fs/compat_ioctl.c
net/bluetooth/rfcomm/sock.c