Re: [Qemu-devel] [PATCH v6 12/15] block: Use returned *file in bdrv_co_get_block_status

2016-01-21 Thread Max Reitz
On 08.01.2016 03:08, Fam Zheng wrote: > Now that all drivers return the right "file" pointer, we can use it. > > Signed-off-by: Fam Zheng > --- > block/io.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Max Reitz signature.asc

[Qemu-devel] [PATCH v6 12/15] block: Use returned *file in bdrv_co_get_block_status

2016-01-07 Thread Fam Zheng
Now that all drivers return the right "file" pointer, we can use it. Signed-off-by: Fam Zheng --- block/io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/block/io.c b/block/io.c index c3bb7c5..1ca4e61 100644 --- a/block/io.c +++ b/block/io.c @@