Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bpf: hash map: decrement counter on error
Decrement the number of elements in the map in case the allocation of a new node fails. Fixes: 6c90598 ("bpf: pre-allocate hash map elements") Signed-off-by: Mauricio Vasquez B <mauricio.vasquez@polito.it> Acked-by: Alexei Starovoitov <ast@kernel.org> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
- Loading branch information