Re: [PATCH 08/14] sched: add latency tracing for -deadline tasks.

From: Steven Rostedt
Date: Wed Nov 27 2013 - 11:03:09 EST


On Wed, 27 Nov 2013 10:56:16 -0500
Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

> On Wed, 27 Nov 2013 16:46:00 +0100
> Ingo Molnar <mingo@xxxxxxxxxx> wrote:

> > So from C99 standard Â6.7.8 (Initialization)/21:
> >
> > "If there are fewer initializers in a brace-enclosed list than
> > there are elements or members of an aggregate, or fewer characters
> > in a string literal used to initialize an array of known size than
> > there are elements in the array, the remainder of the aggregate
> > shall be initialized implicitly the same as objects that have static
> > storage duration."
> >
> > static initialization == zeroing in this case.
> >
>
> The confusion here is that the above looks to be talking about arrays.
> But it really doesn't specify structures.

Bah, re-reading it, it does seem to talk about structures.

I hate reading specs, they learn how to write documentation from
lawyers.

-- 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/