rcu: Make rcu_torture_boost() exit loops at end of test
authorPaul E. McKenney <paul.mckenney@linaro.org>
Thu, 18 Aug 2011 16:30:32 +0000 (09:30 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 29 Sep 2011 04:38:46 +0000 (21:38 -0700)
One of the loops in rcu_torture_boost() fails to check kthread_should_stop(),
and thus might be slowing or even stopping completion of rcutorture tests
at rmmod time.  This commit adds the kthread_should_stop() check to the
offending loop.

Signed-off-by: Paul E. McKenney <paul.mckenney@linaro.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>

No differences found