Revision 14899cdf block/qcow2.c

b/block/qcow2.c
44 44
  - L2 tables have always a size of one cluster.
45 45
*/
46 46

  
47
//#define DEBUG_ALLOC
48
//#define DEBUG_ALLOC2
49
//#define DEBUG_EXT
50

  
51 47

  
52 48
typedef struct {
53 49
    uint32_t magic;
......
251 247
        goto fail;
252 248

  
253 249
#ifdef DEBUG_ALLOC
254
    check_refcounts(bs);
250
    qcow2_check_refcounts(bs);
255 251
#endif
256 252
    return 0;
257 253

  

Also available in: Unified diff