[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v5 04/11] blockdev: drop redundant proto_drv che
From: |
Eric Blake |
Subject: |
Re: [Qemu-devel] [PATCH v5 04/11] blockdev: drop redundant proto_drv check |
Date: |
Mon, 03 Jun 2013 11:14:31 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6 |
On 05/30/2013 06:34 AM, Stefan Hajnoczi wrote:
> It is not necessary to check that we can find a protocol block driver
> since we create or open the image file. This produces the error that we
> need anyway.
>
> Besides, the QERR_INVALID_BLOCK_FORMAT is inappropriate since the
> protocol is incorrect rather than the format.
>
> Also drop an empty line between bdrv_open() and checking its return
> value. This may be due to copy-pasting from earlier code that performed
> other operations before handling errors.
>
> Reported-by: Kevin Wolf <address@hidden>
> Signed-off-by: Stefan Hajnoczi <address@hidden>
> ---
> blockdev.c | 15 ---------------
> 1 file changed, 15 deletions(-)
Reviewed-by: Eric Blake <address@hidden>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- Re: [Qemu-devel] [PATCH v5 04/11] blockdev: drop redundant proto_drv check,
Eric Blake <=