rcu: remove list_for_each_rcu()
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Fri, 1 Aug 2008 21:11:05 +0000 (14:11 -0700)
committerIngo Molnar <mingo@elte.hu>
Fri, 15 Aug 2008 15:03:06 +0000 (17:03 +0200)
All of the in-tree uses of list_for_each_rcu() have been converted to
list_for_each_entry_rcu(), so list_for_each_rcu() can now be removed.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found