Home
last modified time | relevance | path

Searched hist:"7 a6038b30017c45e1110388083849689356a23ae" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/bluetooth/
H A Dhci_sock.cdiff 7a6038b30017c45e1110388083849689356a23ae Thu Mar 14 08:10:33 CDT 2019 Arnd Bergmann <arnd@arndb.de> compat_ioctl: move hci_sock handlers into driver

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

A few of the commands pass integer arguments instead of
pointers, so for correctness skip the compat_ptr() conversion
here.

Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>