summary refs log tree commit diff stats
path: root/scripts/simplebench/bench_write_req.py
diff options
context:
space:
mode:
authorAlberto Garcia <berto@igalia.com>2020-09-09 14:37:39 +0200
committerMax Reitz <mreitz@redhat.com>2020-09-15 11:05:13 +0200
commit580384d63718beaa1edaafd9875058805b7a0beb (patch)
tree6c86f0d6493e275e8d096030c453b2bd36347542 /scripts/simplebench/bench_write_req.py
parent3fec237fca3bfdd4b6cc4749a9fa737062fb6611 (diff)
downloadfocaccia-qemu-580384d63718beaa1edaafd9875058805b7a0beb.tar.gz
focaccia-qemu-580384d63718beaa1edaafd9875058805b7a0beb.zip
qcow2: Return the original error code in qcow2_co_pwrite_zeroes()
This function checks the current status of a (sub)cluster in order to
see if an unaligned 'write zeroes' request can be done efficiently by
simply updating the L2 metadata and without having to write actual
zeroes to disk.

If the situation does not allow using the fast path then the function
returns -ENOTSUP and the caller falls back to writing zeroes.

If can happen however that the aforementioned check returns an actual
error code so in this case we should pass it to the caller.

Signed-off-by: Alberto Garcia <berto@igalia.com>
Message-Id: <20200909123739.719-1-berto@igalia.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'scripts/simplebench/bench_write_req.py')
0 files changed, 0 insertions, 0 deletions