summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl
diff options
context:
space:
mode:
authorPavel Butsykin2016-07-22 10:17:42 +0200
committerKevin Wolf2016-09-05 19:06:48 +0200
commit29a298af9d2479cc230505b18d5a5c2da0ab578e (patch)
treef5467388319fa4f7c475a1078a6f73dfb895920c /scripts/checkpatch.pl
parentblock: Convert bdrv_pwrite_compressed() to BdrvChild (diff)
downloadqemu-29a298af9d2479cc230505b18d5a5c2da0ab578e.tar.gz
qemu-29a298af9d2479cc230505b18d5a5c2da0ab578e.tar.xz
qemu-29a298af9d2479cc230505b18d5a5c2da0ab578e.zip
block/io: reuse bdrv_co_pwritev() for write compressed
For bdrv_pwrite_compressed() it looks like most of the code creating coroutine is duplicated in bdrv_prwv_co(). So we can just add a flag (BDRV_REQ_WRITE_COMPRESSED) and use bdrv_prwv_co() as a generic one. In the end we get coroutine oriented function for write compressed by using bdrv_co_pwritev/blk_co_pwritev with BDRV_REQ_WRITE_COMPRESSED flag. Signed-off-by: Pavel Butsykin <pbutsykin@virtuozzo.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Denis V. Lunev <den@openvz.org> CC: Jeff Cody <jcody@redhat.com> CC: Markus Armbruster <armbru@redhat.com> CC: Eric Blake <eblake@redhat.com> CC: John Snow <jsnow@redhat.com> CC: Stefan Hajnoczi <stefanha@redhat.com> CC: Kevin Wolf <kwolf@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'scripts/checkpatch.pl')
0 files changed, 0 insertions, 0 deletions