[Qemu-block] [PATCH] block: Don't call blk_bs() twice in bdrv_lookup_bs()

2015-10-26 Thread Alberto Garcia
Signed-off-by: Alberto Garcia --- block.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/block.c b/block.c index e9f40dc..eb8158a 100644 --- a/block.c +++ b/block.c @@ -2683,12 +2683,12 @@ BlockDriverState *bdrv_lookup_bs(const char *device,

Re: [Qemu-block] [PATCH] block: Don't call blk_bs() twice in bdrv_lookup_bs()

2015-10-26 Thread Kevin Wolf
Am 26.10.2015 um 15:46 hat Alberto Garcia geschrieben: > Signed-off-by: Alberto Garcia Thanks, applied to the block branch. Kevin