diff options
author | Christy Lee <christylee@fb.com> | 2022-01-07 10:46:03 -0800 |
---|---|---|
committer | Andrii Nakryiko <andrii@kernel.org> | 2022-01-12 17:01:37 -0800 |
commit | d6c9c24e891216890264320f5534051fd196ace8 (patch) | |
tree | a3fe9c67028eaa9fa62d5ad36e3cb5c38e114284 /tools/lib/bpf/libbpf.map | |
parent | 622a5b582cc27d3deedc38fcef68da2972e8e58d (diff) | |
download | lwn-d6c9c24e891216890264320f5534051fd196ace8.tar.gz lwn-d6c9c24e891216890264320f5534051fd196ace8.zip |
libbpf: Rename bpf_prog_attach_xattr() to bpf_prog_attach_opts()
All xattr APIs are being dropped, let's converge to the convention used in
high-level APIs and rename bpf_prog_attach_xattr to bpf_prog_attach_opts.
Signed-off-by: Christy Lee <christylee@fb.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20220107184604.3668544-2-christylee@fb.com
Diffstat (limited to 'tools/lib/bpf/libbpf.map')
-rw-r--r-- | tools/lib/bpf/libbpf.map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lib/bpf/libbpf.map b/tools/lib/bpf/libbpf.map index 529783967793..8262cfca2240 100644 --- a/tools/lib/bpf/libbpf.map +++ b/tools/lib/bpf/libbpf.map @@ -247,6 +247,7 @@ LIBBPF_0.0.8 { bpf_link_create; bpf_link_update; bpf_map__set_initial_value; + bpf_prog_attach_opts; bpf_program__attach_cgroup; bpf_program__attach_lsm; bpf_program__is_lsm; |