On 2014-11-27 at 17:25, Stefan Hajnoczi wrote:
On Thu, Nov 20, 2014 at 06:06:26PM +0100, Max Reitz wrote:
@@ -2003,6 +2015,7 @@ static int qcow2_create(const char *filename, QemuOpts 
*opts, Error **errp)
      size_t cluster_size = DEFAULT_CLUSTER_SIZE;
      PreallocMode prealloc;
      int version = 3;
+    int refcount_width = 16, refcount_order;
It would be nice to consistently use either refcount_width or
refcount_bits throughout the code.

Will (try to) use refcount_bits everywhere.

Max

Reply via email to