mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08: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>