commit | 34d7c2b38d124219b7034356716e3455c439acd3 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Fri Aug 01 14:11:05 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Aug 15 17:03:06 2008 +0200 |
tree | 7e3a91439a288ae15c3baac5ad17710931d08324 | |
parent | ff9cf2ce7afe76435d66c898cc9dacaa68e79d41 [diff] |
rcu: remove list_for_each_rcu() 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>