commit | 702ec3072ae61cdf018725b353ff043e196548a6 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Aug 16 21:55:55 2018 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Sep 10 12:41:07 2018 -0400 |
tree | 663d4dbd33f7a13fd3e5000fdee8edc1564260c9 | |
parent | 535221481a8ed131e75c7f04c22298411b5abe32 [diff] |
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>