]> Git Repo - linux.git/commit
rcu head remove init
authorMathieu Desnoyers <[email protected]>
Sat, 17 Apr 2010 12:48:41 +0000 (08:48 -0400)
committerPaul E. McKenney <[email protected]>
Fri, 20 Aug 2010 00:18:03 +0000 (17:18 -0700)
commit5e8067adfdbaf97039a97540765b1e16eb8d61cc
tree3648ffdd0265024baff2a0136d01b02bede19f63
parent4d2deb40b20c2608486598364e63e37b09a9ac2f
rcu head remove init

RCU heads really don't need to be initialized. Their state before call_rcu()
really does not matter.

We need to keep init/destroy_rcu_head_on_stack() though, since we want
debugobjects to be able to keep track of these objects.

Signed-off-by: Alexey Dobriyan <[email protected]>
Signed-off-by: Mathieu Desnoyers <[email protected]>
CC: David S. Miller <[email protected]>
CC: "Paul E. McKenney" <[email protected]>
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: Alexey Dobriyan <[email protected]>
Signed-off-by: Paul E. McKenney <[email protected]>
Reviewed-by: Josh Triplett <[email protected]>
include/linux/rcupdate.h
This page took 0.055844 seconds and 4 git commands to generate.