Re: [Qemu-devel] [PATCH 05/10] block: Reuse reference handling from bdrv_open()

2014-01-26 Thread Benoît Canet
Le Sunday 26 Jan 2014 à 20:02:38 (+0100), Max Reitz a écrit : > Remove the reference parameter and the related handling code from > bdrv_file_open(), since it exists in bdrv_open() now as well. > > Signed-off-by: Max Reitz > --- > block.c | 33 +++-- > 1 file changed,

[Qemu-devel] [PATCH 05/10] block: Reuse reference handling from bdrv_open()

2014-01-26 Thread Max Reitz
Remove the reference parameter and the related handling code from bdrv_file_open(), since it exists in bdrv_open() now as well. Signed-off-by: Max Reitz --- block.c | 33 +++-- 1 file changed, 7 insertions(+), 26 deletions(-) diff --git a/block.c b/block.c index c721