On 13/5/24 16:17, Markus Armbruster wrote:
vmdk_init_extent() reports blk_co_pwrite() failure to its caller as

     An IO error has occurred

The errno code returned by blk_co_pwrite() is lost.

Improve this to

     failed to write VMDK <what>: <description of errno>

Signed-off-by: Markus Armbruster <arm...@redhat.com>
---
  block/vmdk.c | 10 +++++-----
  1 file changed, 5 insertions(+), 5 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>


Reply via email to