[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1303144611.32491.878.camel@twins>
Date: Mon, 18 Apr 2011 18:36:51 +0200
From: Peter Zijlstra <a.p.zijlstra@...llo.nl>
To: Steven Rostedt <rostedt@...dmis.org>
Cc: Yong Zhang <yong.zhang0@...il.com>, Ingo Molnar <mingo@...e.hu>,
LKML <linux-kernel@...r.kernel.org>,
Tetsuo Handa <penguin-kernel@...ove.SAKURA.ne.jp>,
Thomas Gleixner <tglx@...utronix.de>
Subject: Re: [RFC][PATCH 3/7] lockdep: Annotate read/write states
On Mon, 2011-04-18 at 12:34 -0400, Steven Rostedt wrote:
> On Mon, 2011-04-18 at 21:34 +0800, Yong Zhang wrote:
>
> > > Signed-off-by: Peter Zijlstra <a.p.zijlstra@...llo.nl>
> > > ---
> > > include/linux/lockdep.h | 107 ++++++++++++++++++++++++++++++++++++------------
> > > kernel/lockdep.c | 46 ++++++++++----------
> > > 2 files changed, 105 insertions(+), 48 deletions(-)
> > >
> > > @@ -2273,7 +2273,7 @@ mark_held_locks(struct task_struct *curr
> > > hlock = curr->held_locks + i;
> > >
> > > usage_bit = 2 + (mark << 2); /* ENABLED */
> > > - if (hlock->read)
> > > + if (hlock->rw_state)
> >
> > is_read(hlock->rw_state) ?
>
> Yeah, I think this should be a is_read() or add a comment explaining why
> not.
Yeah it should be is_read().
--
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