Re: [Qemu-devel] [PATCH v2] block/rbd: Remove unused local variable

2011-06-14 Thread Kevin Wolf
Am 10.06.2011 22:05, schrieb Stefan Weil: > Variable 'snap' is assigned a value that is never used. > Remove snap and the related code. > > v2: > The unused variable which was in function rbd_open is now in function > qemu_rbd_create, so the patch needed an update. > > Cc: Christian Brunner

Re: [Qemu-devel] [PATCH v2] block/rbd: Remove unused local variable

2011-06-13 Thread Josh Durgin
On 06/10/2011 01:05 PM, Stefan Weil wrote: Variable 'snap' is assigned a value that is never used. Remove snap and the related code. v2: The unused variable which was in function rbd_open is now in function qemu_rbd_create, so the patch needed an update. Cc: Christian Brunner Cc: Josh Dur

[Qemu-devel] [PATCH v2] block/rbd: Remove unused local variable

2011-06-10 Thread Stefan Weil
Variable 'snap' is assigned a value that is never used. Remove snap and the related code. v2: The unused variable which was in function rbd_open is now in function qemu_rbd_create, so the patch needed an update. Cc: Christian Brunner Cc: Josh Durgin Cc: Kevin Wolf Signed-off-by: Stefan Wei