aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests/autoload.c
diff options
context:
space:
mode:
authorChristian Brauner <[email protected]>2024-07-31 07:47:27 +0200
committerChristian Brauner <[email protected]>2024-08-12 22:03:26 +0200
commit42b0f8da3acc87953161baeb24f756936eb4d4b2 (patch)
tree0186c858ae00c26f0ee70c14a75ae438e1f1b451 /tools/testing/selftests/bpf/prog_tests/autoload.c
parentf71aa06398aabc2e3eaac25acdf3d62e0094ba70 (diff)
nsfs: fix ioctl declaration
The kernel is writing an object of type __u64, so the ioctl has to be defined to _IOR(NSIO, 0x5, __u64) instead of _IO(NSIO, 0x5). Reported-by: Dmitry V. Levin <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Christian Brauner <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions