• Al Viro's avatar
    hidp: fix compat_ioctl · 702ec307
    Al Viro authored
    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: default avatarAl Viro <viro@zeniv.linux.org.uk>
    702ec307
sock.c 6.89 KB