Re: [Qemu-devel] [PATCH] qcow2: Remove useless count_contiguous_clusters() parameter

2013-09-27 Thread Jeff Cody
On Fri, Sep 27, 2013 at 01:51:10PM +0200, Kevin Wolf wrote: > 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 Reviewed-by: Jeff Cody > --- > block/qcow2-cluster.c | 12 ++-- > 1 f

[Qemu-devel] [PATCH] qcow2: Remove useless count_contiguous_clusters() parameter

2013-09-27 Thread Kevin Wolf
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 --- block/qcow2-cluster.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/block/qcow2-cluster.c b/block/qcow2-clust