[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120615202103.GB31184@leaf>
Date: Fri, 15 Jun 2012 13:21:03 -0700
From: Josh Triplett <josh@...htriplett.org>
To: "Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>
Cc: linux-kernel@...r.kernel.org, mingo@...e.hu, laijs@...fujitsu.com,
dipankar@...ibm.com, akpm@...ux-foundation.org,
mathieu.desnoyers@...ymtl.ca, niv@...ibm.com, tglx@...utronix.de,
peterz@...radead.org, rostedt@...dmis.org, Valdis.Kletnieks@...edu,
dhowells@...hat.com, eric.dumazet@...il.com, darren@...art.com,
fweisbec@...il.com, patches@...aro.org
Subject: Re: [PATCH tip/core/rcu 2/6] rcu: Rationalize ordering of
torture_ops list
On Fri, Jun 15, 2012 at 11:57:50AM -0700, Paul E. McKenney wrote:
> From: "Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>
>
> Move the raw SRCU interfaces out of the middle of the normal SRCU
> interfaces.
>
> Signed-off-by: Paul E. McKenney <paulmck@...ux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@...htriplett.org>
> ---
> kernel/rcutorture.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/kernel/rcutorture.c b/kernel/rcutorture.c
> index e66b34a..9850479 100644
> --- a/kernel/rcutorture.c
> +++ b/kernel/rcutorture.c
> @@ -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);
> --
> 1.7.8
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists