]> git.proxmox.com Git - mirror_qemu.git/commit - block/qcow2-cluster.c
qcow2: Remove useless count_contiguous_clusters() parameter
authorKevin Wolf <kwolf@redhat.com>
Fri, 27 Sep 2013 11:36:11 +0000 (13:36 +0200)
committerKevin Wolf <kwolf@redhat.com>
Fri, 27 Sep 2013 15:22:43 +0000 (17:22 +0200)
commit61653008adad45026464f962759112995802fe01
treea208259261f982a041537725ad9f235f97e395e4
parent22f0dd29afd6011b2b7a94bf860502eafce4ddd5
qcow2: Remove useless count_contiguous_clusters() parameter

All callers pass start = 0, and it's doubtful if any other value would
actually do what you expect. Remove the parameter.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
block/qcow2-cluster.c