Markus Theil f1b2991c3c kni: fix ioctl signature
Fix kni's ioctl signature to correctly match the kernel's
structs. This shaves off the (void*) casts and uses struct file*
instead of struct inode*. With the correct signature, control flow
integrity checkers are no longer confused at this point.

Signed-off-by: Markus Theil <markus.theil@secunet.com>
Tested-by: Michael Pfeiffer <michael.pfeiffer@tu-ilmenau.de>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
2022-02-02 20:55:05 +01:00
..
2021-10-25 15:30:23 +02:00
2019-05-29 23:38:45 +02:00
2022-02-02 20:55:05 +01:00