From: Paul E. McKenney Date: Tue, 21 Jun 2011 08:48:03 +0000 (-0700) Subject: rcu: Don't destroy rcu_torture_boost() callback until it is done X-Git-Tag: v3.2-rc1~165^2^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d68197c05201d8edc70d58bd1d5dad05d8455e8;p=pandora-kernel.git 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 Signed-off-by: Paul E. McKenney --- Reading git-diff-tree failed