diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2018-08-17 03:55:55 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2018-09-10 18:41:07 +0200 |
commit | 702ec3072ae61cdf018725b353ff043e196548a6 (patch) | |
tree | 663d4dbd33f7a13fd3e5000fdee8edc1564260c9 /net/6lowpan | |
parent | hidp: constify hidp_connection_add() (diff) | |
download | linux-702ec3072ae61cdf018725b353ff043e196548a6.tar.xz linux-702ec3072ae61cdf018725b353ff043e196548a6.zip |
hidp: fix compat_ioctl
1) no point putting it into fs/compat_ioctl.c when you handle it in
your ->compat_ioctl() anyway.
2) HIDPCONNADD is *not* COMPATIBLE_IOCTL() stuff at all - it does
layout massage (pointer-chasing there)
3) use compat_ptr()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'net/6lowpan')
0 files changed, 0 insertions, 0 deletions