[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [libvirt] [PATCH] COW storage volume compile fix
- From: Jim Meyering <jim meyering net>
- To: Markus Armbruster <armbru redhat com>
- Cc: libvir-list redhat com
- Subject: Re: [libvirt] [PATCH] COW storage volume compile fix
- Date: Mon, 02 Feb 2009 19:08:08 +0100
Markus Armbruster <armbru 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) {
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]