commit | 61653008adad45026464f962759112995802fe01 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Fri Sep 27 13:36:11 2013 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Sep 27 17:22:43 2013 +0200 |
tree | a208259261f982a041537725ad9f235f97e395e4 | |
parent | 22f0dd29afd6011b2b7a94bf860502eafce4ddd5 [diff] |
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>