Re: [PATCH 1/5] ftrace: limit use of check pages

From: Steven Rostedt
Date: Thu May 22 2008 - 13:43:28 EST




On Thu, 22 May 2008, Pekka Paalanen wrote:

> On Thu, 22 May 2008 00:22:16 -0400
> Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:
> >
> > +#define CHECK_COND(cond) \
> > + if (unlikely(cond)) { \
> > + tracing_disabled = 0; \
>
> -----------------------------------^
> This looks like a typo.
>
> I also quickly read through the other patches and didn't see any
> obvious problems in them.

Indeed it is! I haven't hit the cond so I wouldn't have seen it in my
tests ;-)

Thanks!

-- Steve

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/