From: Paul E. McKenney Date: Sat, 22 Nov 2014 00:04:34 +0000 (-0800) Subject: rcutorture: Drop rcu_torture_completed() and friends X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~166^2^2^6~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e32eaee4c370afca20324f634bf47ae991cd240;p=pandora-kernel.git 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 --- Reading git-diff-tree failed