qcow2: Use int64_t for in-memory reftable size
authorMax Reitz <mreitz@redhat.com>
Wed, 22 Oct 2014 12:09:33 +0000 (14:09 +0200)
committerKevin Wolf <kwolf@redhat.com>
Thu, 23 Oct 2014 13:34:01 +0000 (15:34 +0200)
commit713d9675e0e31c627d08b6a33d3a92e4b8505b40
tree8c0176a10128d3c829004b10b75542462dfc4456
parent057a3fe57e740e5e1cc3d62c9b8e0085e9fffa74
qcow2: Use int64_t for in-memory reftable size

Use int64_t for the entry count of the in-memory refcount table
throughout the check functions.

Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/qcow2-refcount.c