Re: [Qemu-devel] [PATCH v2] rbd: make the code more readable

2016-10-17 Thread John Snow
On 10/15/2016 04:26 AM, Xiubo Li wrote: Make it a bit clearer and more readable. Signed-off-by: Xiubo Li CC: John Snow --- V2: - Advice from John Snow. Thanks. block/rbd.c | 25 - 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/block/rbd.c b/block/

[Qemu-devel] [PATCH v2] rbd: make the code more readable

2016-10-15 Thread Xiubo Li
Make it a bit clearer and more readable. Signed-off-by: Xiubo Li CC: John Snow --- V2: - Advice from John Snow. Thanks. block/rbd.c | 25 - 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/block/rbd.c b/block/rbd.c index 0a5840d..d0d4b39 100644 --- a/bl