rcu: Remove list_for_each_continue_rcu()
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sat, 20 Oct 2012 19:33:37 +0000 (12:33 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 13 Nov 2012 22:08:21 +0000 (14:08 -0800)
commitbb08f76d8419a163b7a4212a0e4ea6bd25acacd1
tree5b7ab38527a87c08289f5c8de0f10038172624f1
parent878d7439d0f45a95869e417576774673d1fa243f
rcu: Remove list_for_each_continue_rcu()

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>
Documentation/RCU/checklist.txt
Documentation/RCU/whatisRCU.txt
include/linux/rculist.h
This page took 0.025607 seconds and 5 git commands to generate.