]> 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, 31 Jul 2012 18:34:19 +0000 (11:34 -0700)
commitcf1cb4ede278e75e6b3d690ac0335f2ce5ccd87f
treefb646213e6d6ba5e651b5d1846876ebdb9dc2ec5
parent1083e3acfe0a29e371f4c3bac7a8fbcccf09f43f
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>
kernel/rcutree_plugin.h