Re: [Qemu-devel] [PATCH 08/11] block: Rename variable to avoid shadowing

2013-03-20 Thread Kevin Wolf
Am 20.03.2013 um 03:07 hat Eric Blake geschrieben: > On 03/18/2013 11:23 AM, Kevin Wolf wrote: > > bdrv_open() uses two different variables called options. Rename one of > > them to avoid confusion and to allow the outer one to be accessed > > everywhere. > > > > Signed-off-by: Kevin Wolf > > ---

Re: [Qemu-devel] [PATCH 08/11] block: Rename variable to avoid shadowing

2013-03-19 Thread Eric Blake
On 03/18/2013 11:23 AM, Kevin Wolf wrote: > bdrv_open() uses two different variables called options. Rename one of > them to avoid confusion and to allow the outer one to be accessed > everywhere. > > Signed-off-by: Kevin Wolf > --- > block.c | 16 +--- > 1 file changed, 9 insertions

[Qemu-devel] [PATCH 08/11] block: Rename variable to avoid shadowing

2013-03-18 Thread Kevin Wolf
bdrv_open() uses two different variables called options. Rename one of them to avoid confusion and to allow the outer one to be accessed everywhere. Signed-off-by: Kevin Wolf --- block.c | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/block.c b/block.c index