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

2020-02-20 Thread Max Reitz
On 22.12.19 12:36, 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(-)

[RFC PATCH v3 02/27] qcow2: Split cluster_needs_cow() out of count_cow_clusters()

2019-12-22 Thread Alberto Garcia
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 --git a/block/qcow2-cluster.c b/block/qcow2-cluster.c