commit | 1e3fd2b38cea41f5386bf23440f2cbdd74cf13d0 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paul.mckenney@linaro.org> | Fri Jul 27 13:41:47 2012 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sun Sep 23 07:42:49 2012 -0700 |
tree | 0323ed32ad7616b328d49d1f0a934278988ca5a4 | |
parent | 818615c4cde2a71a5857007b134cce89d506cc3f [diff] |
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>