mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-07 20:55:27 +09:00
The list_for_each_continue_rcu() macro is no longer used, so this commit removes it. The list_for_each_entry_continue_rcu() macro should be used instead. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>