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)
commit1e3fd2b38cea41f5386bf23440f2cbdd74cf13d0
tree0323ed32ad7616b328d49d1f0a934278988ca5a4
parent818615c4cde2a71a5857007b134cce89d506cc3f
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