commit | bb08f76d8419a163b7a4212a0e4ea6bd25acacd1 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sat Oct 20 12:33:37 2012 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Nov 13 14:08:21 2012 -0800 |
tree | 5b7ab38527a87c08289f5c8de0f10038172624f1 | |
parent | 878d7439d0f45a95869e417576774673d1fa243f [diff] |
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>