]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rcu: Properly initialize ->boost_tasks on CPU offline
authorPaul E. McKenney <paul.mckenney@linaro.org>
Fri, 27 Jul 2012 20:41:47 +0000 (13:41 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 4 Sep 2012 23:20:42 +0000 (16:20 -0700)
commit85393ae4474772c8066b12f9f57991e5aeb28d94
tree7db7ec053bf620588b002387cc1f533b05dfce81
parent7f3d9a8963e17aa2d2b028218d9bc1e66c716ebe
rcu: Properly initialize ->boost_tasks on CPU offline

When rcu_preempt_offline_tasks() clears tasks from a leaf rcu_node
structure, it does not NULL out the structure's ->boost_tasks field.
This commit therefore fixes this issue.

Signed-off-by: Paul E. McKenney <paul.mckenney@linaro.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
kernel/rcutree_plugin.h