]> git.baikalelectronics.ru Git - kernel.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>
Sun, 23 Sep 2012 14:42:49 +0000 (07:42 -0700)
commit31ff859c080b42a5381afbac4de07f8da7efee75
tree0323ed32ad7616b328d49d1f0a934278988ca5a4
parente62450e96da210e563dbc17d2ec7fc92c64fb83e
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