mbox series

[0/2] block: Two copy offloading corrections

Message ID 20180627035752.1425-1-famz@redhat.com
Headers show
Series block: Two copy offloading corrections | expand

Message

Fam Zheng June 27, 2018, 3:57 a.m. UTC
Fam Zheng (2):
  qcow2: Remove dead check on !ret
  block: Move request tracking to children in copy offloading

 block/io.c    | 59 ++++++++++++++++++++++++---------------------------
 block/qcow2.c |  2 +-
 2 files changed, 29 insertions(+), 32 deletions(-)

Comments

Stefan Hajnoczi June 27, 2018, 10:27 a.m. UTC | #1
On Wed, Jun 27, 2018 at 11:57:50AM +0800, Fam Zheng wrote:
> 
> 
> Fam Zheng (2):
>   qcow2: Remove dead check on !ret
>   block: Move request tracking to children in copy offloading
> 
>  block/io.c    | 59 ++++++++++++++++++++++++---------------------------
>  block/qcow2.c |  2 +-
>  2 files changed, 29 insertions(+), 32 deletions(-)
> 
> -- 
> 2.17.1
> 

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Kevin Wolf June 27, 2018, 12:52 p.m. UTC | #2
Am 27.06.2018 um 05:57 hat Fam Zheng geschrieben:
> Fam Zheng (2):
>   qcow2: Remove dead check on !ret
>   block: Move request tracking to children in copy offloading

Thanks, applied to the block branch.

Kevin