diff options
| author | Vladimir Sementsov-Ogievskiy | 2020-09-24 20:54:08 +0200 |
|---|---|---|
| committer | Stefan Hajnoczi | 2020-10-05 10:35:52 +0200 |
| commit | 5416645fcf82a6cf520a83c82b577137058aaf32 (patch) | |
| tree | 4815174ef415710cb0ad2000ba3ea6e051967dfe /docs/devel | |
| parent | block/nvme: Replace magic value by SCALE_MS definition (diff) | |
| download | qemu-5416645fcf82a6cf520a83c82b577137058aaf32.tar.gz qemu-5416645fcf82a6cf520a83c82b577137058aaf32.tar.xz qemu-5416645fcf82a6cf520a83c82b577137058aaf32.zip | |
block: return error-code from bdrv_invalidate_cache
This is the only coroutine wrapper from block.c and block/io.c which
doesn't return a value, so let's convert it to the common behavior, to
simplify moving to generated coroutine wrappers in a further commit.
Also, bdrv_invalidate_cache is a void function, returning error only
through **errp parameter, which is considered to be bad practice, as
it forces callers to define and propagate local_err variable, so
conversion is good anyway.
This patch leaves the conversion of .bdrv_co_invalidate_cache() driver
callbacks and bdrv_invalidate_cache_all() for another day.
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20200924185414.28642-2-vsementsov@virtuozzo.com>
Diffstat (limited to 'docs/devel')
0 files changed, 0 insertions, 0 deletions
