Re: [PATCH v5 18/29] compat_ioctl: move rfcomm handlers into driver

2019-08-12 Thread Marcel Holtmann
Hi Arnd, > 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. > > Signed-off-by: Arnd Bergmann > --- > fs/compat_ioctl.c | 6 -- > net/bluetooth/rfcomm/sock.c | 14 -- >

[PATCH v5 18/29] compat_ioctl: move rfcomm handlers into driver

2019-07-30 Thread Arnd Bergmann
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. Signed-off-by: Arnd Bergmann --- fs/compat_ioctl.c | 6 -- net/bluetooth/rfcomm/sock.c | 14 -- 2 files changed, 12 inser