Re: [RFC PATCH v3 24/27] qcow2: Restrict qcow2_co_pwrite_zeroes() to full clusters only

2020-02-21 Thread Max Reitz
On 22.12.19 12:37, Alberto Garcia wrote: > Ideally it should be possible to zero individual subclusters using > this function, but this is currently not implemented. > > Signed-off-by: Alberto Garcia > --- > block/qcow2.c | 6 ++ > 1 file changed, 6 insertions(+) Reviewed-by: Max Reitz

[RFC PATCH v3 24/27] qcow2: Restrict qcow2_co_pwrite_zeroes() to full clusters only

2019-12-22 Thread Alberto Garcia
Ideally it should be possible to zero individual subclusters using this function, but this is currently not implemented. Signed-off-by: Alberto Garcia --- block/qcow2.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/block/qcow2.c b/block/qcow2.c index 242001afa2..0267722065 100644 ---