diff options
author | Taehee Yoo <ap420073@gmail.com> | 2019-11-22 11:15:19 +0300 |
---|---|---|
committer | Jakub Kicinski <jakub.kicinski@netronome.com> | 2019-11-23 23:15:01 +0300 |
commit | ab818362c9054beb950b97a09ce7b0d56f5a32a1 (patch) | |
tree | fe4736e81ed1da31d5650b49fd77266d5df23009 /net/sched/sch_hfsc.c | |
parent | 3a06ee33963dea642d38c04ed18d2a5f4fdc78fd (diff) | |
download | linux-ab818362c9054beb950b97a09ce7b0d56f5a32a1.tar.xz |
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 'net/sched/sch_hfsc.c')
0 files changed, 0 insertions, 0 deletions