On Tue, Sep 25, 2018 at 12:39:27AM +0900, Taehee Yoo wrote: > 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. Also applied, thanks.