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
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
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