On Thu 01 Nov 2018 07:27:34 PM CET, Vladimir Sementsov-Ogievskiy <vsement...@virtuozzo.com> wrote: > Compression is done in threads in qcow2.c. We want to do decompression > in the same way, so, firstly, move it to the same file. > > The only change is braces around if-body in decompress_buffer, to > satisfy checkpatch. > > Signed-off-by: Vladimir Sementsov-Ogievskiy <vsement...@virtuozzo.com>
Reviewed-by: Alberto Garcia <be...@igalia.com> Berto