]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
bpf: Use bpf_map_delete_elem() from the library
authorMickaël Salaün <mic@digikod.net>
Thu, 9 Feb 2017 23:21:41 +0000 (00:21 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 10 Feb 2017 20:56:07 +0000 (15:56 -0500)
commite58383b803499bd623b737070038af94d0b8a3c7
tree8878490cce2abb40872e9e33b0b41b21aaaa8d3b
parente5ff7c4019c6cb6e86bc9d6d16e8a8f921133c70
bpf: Use bpf_map_delete_elem() from the library

Replace bpf_map_delete() with bpf_map_delete_elem() calls.

Signed-off-by: Mickaël Salaün <mic@digikod.net>
Cc: Alexei Starovoitov <ast@fb.com>
Cc: Daniel Borkmann <daniel@iogearbox.net>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/lib/bpf/bpf.c
tools/lib/bpf/bpf.h
tools/testing/selftests/bpf/bpf_sys.h
tools/testing/selftests/bpf/test_lru_map.c
tools/testing/selftests/bpf/test_maps.c