diff options
author | Stanislav Fomichev <sdf@google.com> | 2018-12-11 00:25:04 +0100 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2018-12-11 01:37:10 +0100 |
commit | aca1a80ebe3e4d49adaf6516c61a6786b1ee7dad (patch) | |
tree | 4dc038f5af8916a267ab904fbf3655044add62d5 /kernel | |
parent | selftests/bpf: add missing pointer dereference for map stacktrace fixup (diff) | |
download | linux-aca1a80ebe3e4d49adaf6516c61a6786b1ee7dad.tar.xz linux-aca1a80ebe3e4d49adaf6516c61a6786b1ee7dad.zip |
selftests/bpf: use proper type when passing prog_type
Use bpf_prog_type instead of bpf_map_type when passing prog_type.
-Wenum-conversion might be unhappy about it:
error: implicit conversion from enumeration type
'enum bpf_map_type' to different enumeration type
'enum bpf_prog_type'
Signed-off-by: Stanislav Fomichev <sdf@google.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions