Re: [Qemu-devel] [PATCH v8 08/16] block: Use blk_remove_bs() in blk_delete()

2016-01-27 Thread Fam Zheng
On Wed, 01/27 18:59, Max Reitz wrote: > Signed-off-by: Max Reitz > Reviewed-by: Kevin Wolf > --- > block/block-backend.c | 7 +++ > 1 file changed, 3 insertions(+), 4 deletions(-) > > diff --git a/block/block-backend.c b/block/block-backend.c > index 621787c..7f5ad59 100644 > --- a/block/bl

[Qemu-devel] [PATCH v8 08/16] block: Use blk_remove_bs() in blk_delete()

2016-01-27 Thread Max Reitz
Signed-off-by: Max Reitz Reviewed-by: Kevin Wolf --- block/block-backend.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/block/block-backend.c b/block/block-backend.c index 621787c..7f5ad59 100644 --- a/block/block-backend.c +++ b/block/block-backend.c @@ -166,10 +16