Re: [RFC PATCH v3 26/27] qcow2: Add subcluster support to qcow2_measure()

2020-02-21 Thread Max Reitz
On 22.12.19 12:37, Alberto Garcia wrote: > Extended L2 entries are bigger than normal L2 entries so this has an > impact on the amount of metadata needed for a qcow2 file. > > Signed-off-by: Alberto Garcia > --- > block/qcow2.c | 19 --- > 1 file changed, 12 insertions(+), 7

[RFC PATCH v3 26/27] qcow2: Add subcluster support to qcow2_measure()

2019-12-22 Thread Alberto Garcia
Extended L2 entries are bigger than normal L2 entries so this has an impact on the amount of metadata needed for a qcow2 file. Signed-off-by: Alberto Garcia --- block/qcow2.c | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/block/qcow2.c b/block/qcow2.c