Re: [RFC PATCH v2 02/26] qcow2: Split cluster_needs_cow() out of count_cow_clusters()

2019-10-28 Thread Vladimir Sementsov-Ogievskiy
27.10.2019 0:25, Alberto Garcia wrote: > We are going to need it in other places. > > Signed-off-by: Alberto Garcia Reviewed-by: Vladimir Sementsov-Ogievskiy > --- > block/qcow2-cluster.c | 34 +++--- > 1 file changed, 19 insertions(+), 15 deletions(-) > > diff

[RFC PATCH v2 02/26] qcow2: Split cluster_needs_cow() out of count_cow_clusters()

2019-10-26 Thread Alberto Garcia
We are going to need it in other places. Signed-off-by: Alberto Garcia --- block/qcow2-cluster.c | 34 +++--- 1 file changed, 19 insertions(+), 15 deletions(-) diff --git a/block/qcow2-cluster.c b/block/qcow2-cluster.c index 6c1dcdc781..aa1010a515 100644 ---