commit | 1d1ef005dbc6de673c62cbd2562290ada3090463 | [log] [tgz] |
---|---|---|
author | John Fastabend <john.fastabend@gmail.com> | Thu Jul 05 08:06:01 2018 -0700 |
committer | Alexei Starovoitov <ast@kernel.org> | Sat Jul 07 15:16:58 2018 -0700 |
tree | 91b442e56a0eae99b6be5071dc95eaf2e2cddc12 | |
parent | 547b3aa451ae2739585547db9fbdee11a43ff999 [diff] |
bpf: sockmap, hash table is RCU so readers do not need locks This removes locking from readers of RCU hash table. Its not necessary. Fixes: 81110384441a ("bpf: sockmap, add hash map support") Signed-off-by: John Fastabend <john.fastabend@gmail.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>