lkml.org 
[lkml]   [2009]   [Nov]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
SubjectRe: [PATCH 5/7] kfifo: add DEFINE_KFIFO and friends, add very tiny functions
From
Date
Am Montag, den 23.11.2009, 14:19 -0800 schrieb Andrew Morton:
> On Fri, 20 Nov 2009 09:27:13 +0100
> Stefani Seibold <stefani@seibold.net> wrote:
>
> > +#define __kfifo_initializer(s, b) \
> > + (struct kfifo) { \
> > + .size = s, \
> > + .in = 0, \
> > + .out = 0, \
> > + .buffer = b \
> > + }
>
> This could be #undef'ed after its last invokation, assuming that it is
> not intended that .c files use __kfifo_initializer().

Will be fixed...




\
 
 \ /
  Last update: 2009-11-24 07:55    [W:0.282 / U:1.824 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site