[Qemu-devel] [PATCH 04/10] block: Reuse NULL options check from bdrv_open()

2014-01-26 Thread Max Reitz
Remove the check whether options is NULL form bdrv_file_open() and rely on the one in bdrv_open() instead. Signed-off-by: Max Reitz mre...@redhat.com --- block.c | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/block.c b/block.c index 0fb7892..c7219cb 100644

Re: [Qemu-devel] [PATCH 04/10] block: Reuse NULL options check from bdrv_open()

2014-01-26 Thread Benoît Canet
Le Sunday 26 Jan 2014 à 20:02:37 (+0100), Max Reitz a écrit : Remove the check whether options is NULL form bdrv_file_open() and rely s/form/for/g ? on the one in bdrv_open() instead. Signed-off-by: Max Reitz mre...@redhat.com --- block.c | 15 +-- 1 file changed, 5