qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC V6 05/33] qcow2: Make update_refcount public.


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [RFC V6 05/33] qcow2: Make update_refcount public.
Date: Wed, 6 Feb 2013 17:50:49 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Wed, Feb 06, 2013 at 01:31:38PM +0100, Benoît Canet wrote:
>  /* XXX: cache several refcount block clusters ? */
> -static int QEMU_WARN_UNUSED_RESULT update_refcount(BlockDriverState *bs,
> +int QEMU_WARN_UNUSED_RESULT update_refcount(BlockDriverState *bs,

Public functions are prefixed with qcow2_.

At this point in the series it's also hard to know whether the code
which will call into update_refcount() would better be located in
block/qcow2-refcount.c, keeping update_refcount() static.



reply via email to

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