On Tue, Sep 22, 2009 at 08:16:50PM -0400, Oren Laadan wrote: > Said commit "slightly" broke 'ckptinfo -ve', causing it to produce > only "--UNKNOWN--" objects. > > Signed-off-by: Oren Laadan <orenl@xxxxxxxxxxxxxxx> This one's my fault. In case you haven't already applied the reverted patch... I've got an alternate solution rolled in with my "extract kernel headers" branch which I should be able to post after I get the epoll patches posted. Acked-by: Matt Helsley <matthltc@xxxxxxxxxx> > --- > ckptinfo.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/ckptinfo.py b/ckptinfo.py > index add73cb..1c98569 100755 > --- a/ckptinfo.py > +++ b/ckptinfo.py > @@ -42,7 +42,7 @@ char *%s_to_str(int type) > switch (type) { > """ % type > for key in list: > - print "#ifdef CKPT_%s\n\tcase CKPT_%s: return \"%s\";\n#endif" % (key, key, key) > + print "\tcase CKPT_%s: return \"%s\";\n" % (key, key) > > print """ > } > -- > 1.6.0.4 > > _______________________________________________ > Containers mailing list > Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx > https://lists.linux-foundation.org/mailman/listinfo/containers _______________________________________________ Containers mailing list Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/containers