]> Git Repo - qemu.git/commit
qcow2: cleanup qcow2_co_pwritev_compressed to avoid the recursion
authorPavel Butsykin <[email protected]>
Fri, 22 Jul 2016 08:17:44 +0000 (11:17 +0300)
committerKevin Wolf <[email protected]>
Mon, 5 Sep 2016 17:06:48 +0000 (19:06 +0200)
commita2c0ca6f55fbf6cbb5540dea9783f22d99aca528
tree9024b7eb2f7559ece5e01b2f1d9310762b2d95a2
parentfcccefc57f235c0928e60bba0b7f6084677ed3df
qcow2: cleanup qcow2_co_pwritev_compressed to avoid the recursion

Now that the function uses a vector instead of a buffer, there is no
need to use recursive code.

Signed-off-by: Pavel Butsykin <[email protected]>
Reviewed-by: Stefan Hajnoczi <[email protected]>
Signed-off-by: Denis V. Lunev <[email protected]>
CC: Jeff Cody <[email protected]>
CC: Markus Armbruster <[email protected]>
CC: Eric Blake <[email protected]>
CC: John Snow <[email protected]>
CC: Stefan Hajnoczi <[email protected]>
CC: Kevin Wolf <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block/qcow2.c
This page took 0.023302 seconds and 4 git commands to generate.