Re: [PATCH 3/3] futex: add futex_q static initializer

From: Peter Zijlstra
Date: Mon Nov 08 2010 - 13:12:36 EST


On Mon, 2010-11-08 at 17:42 +0100, Thomas Gleixner wrote:
> > +#define FUTEX_Q_INIT \
> > + { /* list gets initialized in queue_me()*/ \
> > + .task = NULL, NULL, FUTEX_KEY_INIT \
> > + , NULL, NULL, NULL, FUTEX_BITSET_MATCH_ANY }
> > +
>
> That should be a static readonly variable with a proper C99
> initializer.

Well, it doesn't need to actually be an existing variable, but yeah it
should definately use C99 initializers.
--
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/