[libvirt] [PATCH 1/4] qemu: Simplify condition with already extracted flag

Eric Blake eblake at redhat.com
Fri Jan 18 00:09:45 UTC 2013


On 01/17/2013 06:12 AM, Peter Krempa wrote:
> ---
>  src/qemu/qemu_driver.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

ACK.

> 
> diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c
> index c4be130..d52cf24 100644
> --- a/src/qemu/qemu_driver.c
> +++ b/src/qemu/qemu_driver.c
> @@ -12354,7 +12354,7 @@ static int qemuDomainSnapshotDelete(virDomainSnapshotPtr snapshot,
>      if (!(snap = qemuSnapObjFromSnapshot(vm, snapshot)))
>          goto cleanup;
> 
> -    if (!(flags & VIR_DOMAIN_SNAPSHOT_DELETE_METADATA_ONLY)) {
> +    if (!metadata_only) {
>          if (!(flags & VIR_DOMAIN_SNAPSHOT_DELETE_CHILDREN_ONLY) &&
>              virDomainSnapshotIsExternal(snap))
>              external++;
> 

-- 
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/20130117/bbfc30e2/attachment-0001.sig>


More information about the libvir-list mailing list