]> git.baikalelectronics.ru Git - kernel.git/commit
libbpf: Fix typo in btf__dedup@LIBBPF_0.0.2 definition
authorVincent Minet <vincent@vincent-minet.net>
Fri, 10 Dec 2021 06:31:12 +0000 (07:31 +0100)
committerAndrii Nakryiko <andrii@kernel.org>
Fri, 10 Dec 2021 23:35:29 +0000 (15:35 -0800)
commit89ae463f52a73b5ef89cfd213bd01483c3d24420
treec66f4c7970eba06ea111b42379c2f3e279cf3f85
parent44b851ee89b469462613db53b5d6f29fa90a45b0
libbpf: Fix typo in btf__dedup@LIBBPF_0.0.2 definition

The btf__dedup_deprecated name was misspelled in the definition of the
compat symbol for btf__dedup. This leads it to be missing from the
shared library.

This fixes it.

Fixes: a0bb90694ce6 ("libbpf: Turn btf_dedup_opts into OPTS-based struct")
Signed-off-by: Vincent Minet <vincent@vincent-minet.net>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20211210063112.80047-1-vincent@vincent-minet.net
tools/lib/bpf/btf.c