diff options
author | Taehee Yoo <[email protected]> | 2019-11-22 08:15:19 +0000 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2019-11-23 12:15:01 -0800 |
commit | ab818362c9054beb950b97a09ce7b0d56f5a32a1 (patch) | |
tree | fe4736e81ed1da31d5650b49fd77266d5df23009 /scripts/gdb/linux/modules.py | |
parent | 3a06ee33963dea642d38c04ed18d2a5f4fdc78fd (diff) |
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 <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions