commit | 72d5a9f7a9542f88397558c65bcfc3b115a65e34 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon May 10 17:12:17 2010 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue May 11 16:10:47 2010 -0700 |
tree | e46d3ad1948de45b9641d1a8b88f88bfb3809007 | |
parent | 4376030a54860dedab9d848dfa7cc700a6025c0b [diff] |
rcu: remove all rcu head initializations, except on_stack initializations Remove all rcu head inits. We don't care about the RCU head state before passing it to call_rcu() anyway. Only leave the "on_stack" variants so debugobjects can keep track of objects on stack. Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>