On Sat, Dec 08, 2018 at 11:03:01AM +0900, Taehee Yoo wrote: > rbnode in insert_tree() is rcu protected pointer. > So, in order to handle this pointer, _rcu function should be used. > rb_link_node_rcu() is a rcu version of rb_link_node(). Applied, thanks Taehee.