commit | 9d68197c05201d8edc70d58bd1d5dad05d8455e8 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paul.mckenney@linaro.org> | Tue Jun 21 01:48:03 2011 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Sep 28 21:38:10 2011 -0700 |
tree | c83d9b72ca28debc70fd1912b2e09867e439d87f | |
parent | 8008e129dc90ff4f7a56cb033d6bd042afe3ed52 [diff] |
rcu: Don't destroy rcu_torture_boost() callback until it is done The rcu_torture_boost() cleanup code destroyed debug-objects state before waiting for the last RCU callback to be invoked, resulting in rare but very real debug-objects warnings. Move the destruction to after the waiting to fix this problem. Signed-off-by: Paul E. McKenney <paul.mckenney@linaro.org> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>