rcu: Don't destroy rcu_torture_boost() callback until it is done
authorPaul E. McKenney <paul.mckenney@linaro.org>
Tue, 21 Jun 2011 08:48:03 +0000 (01:48 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 29 Sep 2011 04:38:10 +0000 (21:38 -0700)
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>
kernel/rcutorture.c

Simple merge