+40
−9
Loading
Change the old hlist_bl_first_rcu to hlist_bl_first_rcu_dereference to indicate that it is a RCU dereference. Add hlist_bl_next_rcu and hlist_bl_first_rcu to use RCU pointers and use them to fix sparse warnings. Add hlist_bl_for_each_entry_continue_rcu. Signed-off-by:Julian Anastasov <ja@ssi.bg> Signed-off-by:
Florian Westphal <fw@strlen.de>