commit | ed2b82c03dc187018307c7c6bf9299705f3db383 | [log] [tgz] |
---|---|---|
author | Mauricio Vasquez B <mauricio.vasquez@polito.it> | Fri Jun 29 14:48:20 2018 +0200 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Tue Jul 03 23:26:28 2018 +0200 |
tree | 4a208a727bd13dee13aad3b7202b259a6ed4aa5d | |
parent | 39d393cf209697babc53f8b29e6aecd6acd8509e [diff] |
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: 6c9059817432 ("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>