[libvirt] [PATCH] COW storage volume compile fix

Jim Meyering jim at meyering.net
Mon Feb 2 18:08:08 UTC 2009


Markus Armbruster <armbru at redhat.com> wrote:
> Commit 2d4381d0 broke compilation for !HAVE_QEMU_IMG &&
> HAVE_QCOW_CREATE.  Fix that.
> ---
> Compile-tested only.

ACK.
IMHO, for a compile-time failure, that's fine.

> diff --git a/src/storage_backend_fs.c b/src/storage_backend_fs.c
...
> -        if (vol->target.backingStore != NULL) {
> +        if (vol->backingStore.path != NULL) {




More information about the libvir-list mailing list