diff options
author | Taehee Yoo <ap420073@gmail.com> | 2019-11-22 08:15:19 +0000 |
---|---|---|
committer | Jakub Kicinski <jakub.kicinski@netronome.com> | 2019-11-23 12:15:01 -0800 |
commit | ab818362c9054beb950b97a09ce7b0d56f5a32a1 (patch) | |
tree | fe4736e81ed1da31d5650b49fd77266d5df23009 /scripts/checkkconfigsymbols.py | |
parent | 3a06ee33963dea642d38c04ed18d2a5f4fdc78fd (diff) | |
download | linux-next-ab818362c9054beb950b97a09ce7b0d56f5a32a1.tar.gz |
net: use rhashtable_lookup() instead of rhashtable_lookup_fast()
rhashtable_lookup_fast() internally calls rcu_read_lock() then,
calls rhashtable_lookup(). So if rcu_read_lock() is already held,
rhashtable_lookup() is enough.
Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Diffstat (limited to 'scripts/checkkconfigsymbols.py')
0 files changed, 0 insertions, 0 deletions