Re: [PATCH] qcow2: Use offset_into_cluster()

2019-12-13 Thread Kevin Wolf
Am 12.12.2019 um 11:01 hat Alberto Garcia geschrieben: > There's a couple of places left in the qcow2 code that still do the > calculation manually, so let's replace them. > > Signed-off-by: Alberto Garcia Thanks, applied to the block branch. Kevin

Re: [PATCH] qcow2: Use offset_into_cluster()

2019-12-12 Thread Eric Blake
On 12/12/19 4:01 AM, Alberto Garcia wrote: There's a couple of places left in the qcow2 code that still do the calculation manually, so let's replace them. Signed-off-by: Alberto Garcia --- block/qcow2.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) Reviewed-by: Eric Blake