Re: [PATCH] ckptinfo.py: revert commit 8f99ace6513f958d572ef690d7af111991124f5c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Cgroups]     [Netdev]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux