Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 751a68b2 authored by Paul E. McKenney's avatar Paul E. McKenney
Browse files

rcu: Rationalize ordering of torture_ops list



Move the raw SRCU interfaces out of the middle of the normal SRCU
interfaces.

Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: default avatarJosh Triplett <josh@joshtriplett.org>
parent 74d874e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1908,8 +1908,8 @@ rcu_torture_init(void)
	static struct rcu_torture_ops *torture_ops[] =
		{ &rcu_ops, &rcu_sync_ops, &rcu_expedited_ops,
		  &rcu_bh_ops, &rcu_bh_sync_ops, &rcu_bh_expedited_ops,
		  &srcu_ops, &srcu_sync_ops, &srcu_raw_ops,
		  &srcu_raw_sync_ops, &srcu_expedited_ops,
		  &srcu_ops, &srcu_sync_ops, &srcu_expedited_ops,
		  &srcu_raw_ops, &srcu_raw_sync_ops,
		  &sched_ops, &sched_sync_ops, &sched_expedited_ops, };

	mutex_lock(&fullstop_mutex);