commit | 1e32eaee4c370afca20324f634bf47ae991cd240 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Fri Nov 21 16:04:34 2014 -0800 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sat Jan 10 19:08:00 2015 -0800 |
tree | 9e35cb4edb1782e161a6ba17127ebd6d14687657 | |
parent | c1fe9cde4ae904fffb5b4d975d0a37e99136ff50 [diff] |
rcutorture: Drop rcu_torture_completed() and friends Now that the return type of rcu_batches_completed() and friends matches that of the rcu_torture_ops structure's ->completed field, the wrapper functions can be deleted. This commit carries out that deletion, while also wiring "sched"'s ->completed field to rcu_batches_completed_sched(). Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>