Re: [PATCH]lxc: remove redundant mount operation

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

 



ping

> -----Original Message-----
> From: Chen Hanxiao [mailto:chenhanxiao@xxxxxxxxxxxxxx]
> Sent: Friday, November 08, 2013 4:31 PM
> To: libvir-list@xxxxxxxxxx
> Cc: chenhanxiao@xxxxxxxxxxxxxx
> Subject: [PATCH]lxc: remove redundant mount operation
> 
> From: Chen Hanxiao <chenhanxiao@xxxxxxxxxxxxxx>
> 
> If we do not specify a readonly mount, we don't need to
> re-mount it again.
> 
> Signed-off-by: Chen Hanxiao <chenhanxiao@xxxxxxxxxxxxxx>
> ---
>  src/lxc/lxc_container.c | 7 -------
>  1 file changed, 7 deletions(-)
> 
> diff --git a/src/lxc/lxc_container.c b/src/lxc/lxc_container.c
> index 255c711..351217a 100644
> --- a/src/lxc/lxc_container.c
> +++ b/src/lxc/lxc_container.c
> @@ -1126,13 +1126,6 @@ static int
> lxcContainerMountFSBind(virDomainFSDefPtr fs,
>                                   _("Failed to make directory %s
> readonly"),
>                                   fs->dst);
>          }
> -    } else {
> -        VIR_DEBUG("Binding %s readwrite", fs->dst);
> -        if (mount(src, fs->dst, NULL, MS_BIND|MS_REMOUNT, NULL) < 0) {
> -            virReportSystemError(errno,
> -                                 _("Failed to make directory %s
> readwrite"),
> -                                 fs->dst);
> -        }
>      }
> 
>      ret = 0;
> --
> 1.8.2.1



--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]