Re: [libvirt] [PATCH v2] Cleanup of the quick dirty fix from last week

2012-02-29 Thread Jiri Denemark
On Fri, Feb 10, 2012 at 11:13:54 -0700, Eric Blake wrote: > On 02/10/2012 08:22 AM, Martin Kletzander wrote: > > Just a cleanup of commit 32f881c6c42f94da70a3782fe20a058fe3dc39cc. > > --- > > src/lxc/lxc_container.c | 17 +++-- > > 1 files changed, 11 insertions(+), 6 deletions(-) >

Re: [libvirt] [PATCH v2] Cleanup of the quick dirty fix from last week

2012-02-10 Thread Eric Blake
On 02/10/2012 08:22 AM, Martin Kletzander wrote: > Just a cleanup of commit 32f881c6c42f94da70a3782fe20a058fe3dc39cc. > --- > src/lxc/lxc_container.c | 17 +++-- > 1 files changed, 11 insertions(+), 6 deletions(-) ACK. -- Eric Blake ebl...@redhat.com+1-919-301-3266 Libvirt v

[libvirt] [PATCH v2] Cleanup of the quick dirty fix from last week

2012-02-10 Thread Martin Kletzander
Just a cleanup of commit 32f881c6c42f94da70a3782fe20a058fe3dc39cc. --- src/lxc/lxc_container.c | 17 +++-- 1 files changed, 11 insertions(+), 6 deletions(-) diff --git a/src/lxc/lxc_container.c b/src/lxc/lxc_container.c index e93fda5..2282eb0 100644 --- a/src/lxc/lxc_container.c +++