diff options
author | 2019-05-29 10:36:08 -0700 | |
---|---|---|
committer | 2019-05-30 01:23:35 +0200 | |
commit | fba01a0689a98613f5ee3b1569fd9321f3fde7bd (patch) | |
tree | 359d69754de209de08203f3f709d8a0a88528c56 /kernel/bpf/devmap.c | |
parent | libbpf: fix error code returned on corrupted ELF (diff) | |
download | wireguard-linux-fba01a0689a98613f5ee3b1569fd9321f3fde7bd.tar.xz wireguard-linux-fba01a0689a98613f5ee3b1569fd9321f3fde7bd.zip |
libbpf: use negative fd to specify missing BTF
0 is a valid FD, so it's better to initialize it to -1, as is done in
other places. Also, technically, BTF type ID 0 is valid (it's a VOID
type), so it's more reliable to check btf_fd, instead of
btf_key_type_id, to determine if there is any BTF associated with a map.
Acked-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'kernel/bpf/devmap.c')
0 files changed, 0 insertions, 0 deletions