diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2008-08-01 14:11:05 -0700 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-08-15 17:03:06 +0200 |
commit | 34d7c2b38d124219b7034356716e3455c439acd3 (patch) | |
tree | 7e3a91439a288ae15c3baac5ad17710931d08324 /Documentation/RCU/whatisRCU.txt | |
parent | ff9cf2ce7afe76435d66c898cc9dacaa68e79d41 (diff) | |
download | linux-34d7c2b38d124219b7034356716e3455c439acd3.tar.bz2 |
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>
Diffstat (limited to 'Documentation/RCU/whatisRCU.txt')
-rw-r--r-- | Documentation/RCU/whatisRCU.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/RCU/whatisRCU.txt b/Documentation/RCU/whatisRCU.txt index e04d643a9f57..96170824a717 100644 --- a/Documentation/RCU/whatisRCU.txt +++ b/Documentation/RCU/whatisRCU.txt @@ -786,8 +786,6 @@ RCU pointer/list traversal: list_for_each_entry_rcu hlist_for_each_entry_rcu - list_for_each_rcu (to be deprecated in favor of - list_for_each_entry_rcu) list_for_each_continue_rcu (to be deprecated in favor of new list_for_each_entry_continue_rcu) |