rcutorture: Drop rcu_torture_completed() and friends
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sat, 22 Nov 2014 00:04:34 +0000 (16:04 -0800)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sun, 11 Jan 2015 03:08:00 +0000 (19:08 -0800)
commit1e32eaee4c370afca20324f634bf47ae991cd240
tree9e35cb4edb1782e161a6ba17127ebd6d14687657
parentc1fe9cde4ae904fffb5b4d975d0a37e99136ff50
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>
kernel/rcu/rcutorture.c