]> git.proxmox.com Git - mirror_qemu.git/commit - block/mirror.c
block/mirror: fix broken sparseness detection
authorJohn Snow <jsnow@redhat.com>
Mon, 27 Feb 2017 17:13:14 +0000 (12:13 -0500)
committerJeff Cody <jcody@redhat.com>
Mon, 27 Feb 2017 19:02:31 +0000 (14:02 -0500)
commit39c11580f3af8a96a7fba9b8b80a047a0b88b0ec
tree0d6755911c5769dc8aa339bc3116bb54ad7fff51
parent8f2d7c341184a95d05476ea3c45dbae2b9ddbe51
block/mirror: fix broken sparseness detection

int64_t is in all likelihood the actual scalar type we want.
Yep, really.

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1219541
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
Signed-off-by: Jeff Cody <jcody@redhat.com>
block/mirror.c