diff options
author | Namhyung Kim <namhyung@kernel.org> | 2024-10-11 20:00:21 +0300 |
---|---|---|
committer | Andrii Nakryiko <andrii@kernel.org> | 2024-10-11 22:36:59 +0300 |
commit | 989a29cfed9b5092c3e18be14e9032c51bb1c9f6 (patch) | |
tree | 8818399908e15c621e83e878f526e93417066c2c /kernel/bpf/arraymap.c | |
parent | e6c209da7e0e9aaf955a7b59e91ed78c2b6c96fb (diff) | |
download | linux-989a29cfed9b5092c3e18be14e9032c51bb1c9f6.tar.xz |
libbpf: Fix possible compiler warnings in hashmap
The hashmap__for_each_entry[_safe] is accessing 'map' as a pointer.
But it does without parentheses so passing a static hash map with an
ampersand (like '&slab_hash') will cause compiler warnings due
to unmatched types as '->' operator has a higher precedence.
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20241011170021.1490836-1-namhyung@kernel.org
Diffstat (limited to 'kernel/bpf/arraymap.c')
0 files changed, 0 insertions, 0 deletions