[PATCH] qemu_namespace: Move umount() call into #fdef __linux__

Michal Prívozník mprivozn at redhat.com
Thu Jan 5 15:50:59 UTC 2023


On 1/5/23 16:37, Michal Privoznik wrote:
> In a recent commit I've introduced an umount() call. But the
> function where the call lives is compiled on all OSes, not just
> Linux. But umount() is Linux specific. Other OSes have unmount
> (FreeBSD), or maybe something else. But since namespaces are
> Linux specific, we can wrap the call in #ifdef __linux__ and not
> care about other OSes.
> 
> Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
> ---
>  src/qemu/qemu_namespace.c | 2 ++
>  1 file changed, 2 insertions(+)
> 

I've pushed this under build breaker and trivial rules.

Michal



More information about the libvir-list mailing list