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

Eric Blake eblake at redhat.com
Mon Sep 30 19:29:34 UTC 2013


On 09/30/2013 03:06 AM, Chen Hanxiao wrote:
> From: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
> 
> We forgot to do cleanup when lxcContainerMountFSTmpfs
> failed to bind fs as read-only.
> 
> v2: fix an indentation issue
> 
> Signed-off-by: Chen Hanxiao <chenhanxiao at cn.fujitsu.com>
> ---
>  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
> index c60f5d8..b1f429c 100644
> --- a/src/lxc/lxc_container.c
> +++ b/src/lxc/lxc_container.c
> @@ -1451,6 +1451,7 @@ static int lxcContainerMountFSTmpfs(virDomainFSDefPtr fs,
>              virReportSystemError(errno,
>                                   _("Failed to make directory %s readonly"),
>                                   fs->dst);
> +            goto cleanup;

ACK and pushed.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 621 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20130930/82ef2567/attachment-0001.sig>


More information about the libvir-list mailing list