summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/xilinx
diff options
context:
space:
mode:
authorTaehee Yoo <ap420073@gmail.com>2019-11-22 08:15:19 +0000
committerJakub Kicinski <jakub.kicinski@netronome.com>2019-11-23 12:15:01 -0800
commitab818362c9054beb950b97a09ce7b0d56f5a32a1 (patch)
treefe4736e81ed1da31d5650b49fd77266d5df23009 /drivers/net/ethernet/xilinx
parent3a06ee33963dea642d38c04ed18d2a5f4fdc78fd (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 <ap420073@gmail.com> Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Diffstat (limited to 'drivers/net/ethernet/xilinx')
0 files changed, 0 insertions, 0 deletions