]> git.proxmox.com Git - qemu.git/commit - block.c
block: Rename variable to avoid shadowing
authorKevin Wolf <kwolf@redhat.com>
Mon, 18 Mar 2013 15:17:44 +0000 (16:17 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 22 Mar 2013 16:51:32 +0000 (17:51 +0100)
commit08b392e1510b21d8c9bfa8a50525fae31014a2e2
tree1dd2b9dfd65269d8c4dfc69cfbe9995f9a82551c
parent6963a30d82413bea36c7545137b090b284cc2b18
block: Rename variable to avoid shadowing

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 <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
block.c