qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-block] [PATCH v2 4/9] blockjob: Don't touch BDS iostatus


From: Max Reitz
Subject: Re: [Qemu-block] [PATCH v2 4/9] blockjob: Don't touch BDS iostatus
Date: Fri, 6 May 2016 15:37:13 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0

On 27.04.2016 15:20, Kevin Wolf wrote:
> Block jobs don't actually make use of the iostatus for their BDSes, but
> they manage a separate block job iostatus. Still, they require that it
> is enabled for the source BDS and they enable it automatically for the
> target and set the error handling mode - which ends up never being used
> by the job.
> 
> This patch removes all of the BDS iostatus handling from the block job,
> which removes another few bs->blk accesses.
> 
> Signed-off-by: Kevin Wolf <address@hidden>
> ---
>  block/backup.c | 26 --------------------------
>  block/commit.c |  7 -------
>  block/mirror.c | 26 --------------------------
>  block/stream.c |  7 -------
>  4 files changed, 66 deletions(-)

Reviewed-by: Max Reitz <address@hidden>

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]