bpftool: rename is_internal_mmapable_map into is_mmapable_map
authorAndrii Nakryiko <andrii@kernel.org>
Thu, 7 Mar 2024 03:12:27 +0000 (19:12 -0800)
committerMartin KaFai Lau <martin.lau@kernel.org>
Thu, 7 Mar 2024 22:58:48 +0000 (14:58 -0800)
commit1576b07961971d4eeb0e269c7133e9a6d430daf8
tree17697edda374b0ce33105ea003e5201d602890a7
parentd147357e2e5977c5fe9218457a1e359fd1d36609
bpftool: rename is_internal_mmapable_map into is_mmapable_map

It's not restricted to working with "internal" maps, it cares about any
map that can be mmap'ed. Reflect that in more succinct and generic name.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Quentin Monnet <quentin@isovalent.com>
Link: https://lore.kernel.org/r/20240307031228.42896-6-alexei.starovoitov@gmail.com
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
tools/bpf/bpftool/gen.c