diff options
author | Taehee Yoo <ap420073@gmail.com> | 2018-09-24 18:39:27 +0300 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2018-09-28 15:28:43 +0300 |
commit | a2d88182d28df33346f18a97dd1ede3bc053ee26 (patch) | |
tree | 4b79602eee3fc7b7d4af9aea591ffec0e82dfbd3 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 28c5ed2f93105ee1d3de6b79035e507c4ada68c9 (diff) | |
download | linux-a2d88182d28df33346f18a97dd1ede3bc053ee26.tar.xz |
netfilter: nf_tables: use rhashtable_lookup() instead of rhashtable_lookup_fast()
Internally, rhashtable_lookup_fast() calls rcu_read_lock() then,
calls rhashtable_lookup(). so that in places where are guaranteed
by rcu read lock, rhashtable_lookup() is enough.
Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions