Re: [libvirt] [PATCH v2]lxc: do cleanup when failed to bind fs as read-only

2013-10-06 Thread Chen Hanxiao
> -Original Message- > From: Eric Blake [mailto:ebl...@redhat.com] > Sent: Tuesday, October 01, 2013 3:38 AM > Cc: Chen Hanxiao; libvir-list@redhat.com > Subject: Re: [libvirt] [PATCH v2]lxc: do cleanup when failed to bind fs as > read-only > > On 09/30/2013 01

Re: [libvirt] [PATCH v2]lxc: do cleanup when failed to bind fs as read-only

2013-09-30 Thread Eric Blake
On 09/30/2013 01:29 PM, Eric Blake wrote: > On 09/30/2013 03:06 AM, Chen Hanxiao wrote: >> From: Chen Hanxiao >> >> We forgot to do cleanup when lxcContainerMountFSTmpfs >> failed to bind fs as read-only. >> >> v2: fix an indentation issue Oh, and a side note. Patch changelogs, such as this para

Re: [libvirt] [PATCH v2]lxc: do cleanup when failed to bind fs as read-only

2013-09-30 Thread Eric Blake
On 09/30/2013 03:06 AM, Chen Hanxiao wrote: > From: Chen Hanxiao > > We forgot to do cleanup when lxcContainerMountFSTmpfs > failed to bind fs as read-only. > > v2: fix an indentation issue > > Signed-off-by: Chen Hanxiao > --- > src/lxc/lxc_container.c | 1 + > 1 file changed, 1 insertion(+)

[libvirt] [PATCH v2]lxc: do cleanup when failed to bind fs as read-only

2013-09-30 Thread Chen Hanxiao
From: Chen Hanxiao We forgot to do cleanup when lxcContainerMountFSTmpfs failed to bind fs as read-only. v2: fix an indentation issue Signed-off-by: Chen Hanxiao --- src/lxc/lxc_container.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lxc/lxc_container.c b/src/lxc/lxc_container.c i