commit | f1ac2502e19c59e996242d406fcc60e4c563e8ce | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed May 19 08:27:30 2010 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Fri May 21 20:01:02 2010 +0200 |
tree | 0db91a25c4b754f8c03960cc308715200a974efc | |
parent | 6423104b6a1e6f0c18be60e8c33f02d263331d5e [diff] |
block: remove all rcu head 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> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>