qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH V13 4/6] rename qcow2-cache.c to block-cache.c


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH V13 4/6] rename qcow2-cache.c to block-cache.c
Date: Mon, 22 Oct 2012 10:22:12 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Oct 18, 2012 at 05:51:33PM +0800, Dong Xu Wang wrote:
> diff --git a/block/qcow2.h b/block/qcow2.h
> index b4eb654..cb6fd7a 100644
> --- a/block/qcow2.h
> +++ b/block/qcow2.h
> @@ -27,6 +27,7 @@
>  
>  #include "aes.h"
>  #include "qemu-coroutine.h"
> +#include "block-cache.h"
>  

Since block-cache.h is being included from qcow2.h you can drop the
block-cache.h includes you added to qcow2-cluster.c and
qcow2-refcount.c.

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]