]> Git Repo - qemu.git/commit
sheepdog: add missing .bdrv_has_zero_init
authorLiu Yuan <[email protected]>
Tue, 6 Aug 2013 06:44:37 +0000 (14:44 +0800)
committerKevin Wolf <[email protected]>
Tue, 6 Aug 2013 08:41:56 +0000 (10:41 +0200)
commite4f5c1bf8f6f6fe0bb4c743452bf8288033e80ba
tree58b59115b58add5a48041ee4292eae1bcf50f115
parent9580498b9a599b38c3a28599dcd40bd59f12af2c
sheepdog: add missing .bdrv_has_zero_init

Commit 3ac21627 changed the behaviour of bdrv_has_zero_init() to default
to 0. In the review for Sheepdog it turned out that enabling it is safe,
so that commit updated one BlockDriver definition of sheepdog to use
bdrv_has_zero_init_1, missed however that there are more BlockDrivers in
the driver. Fix these now.

Cc: Kevin Wolf <[email protected]>
Cc: Stefan Hajnoczi <[email protected]>
Signed-off-by: Liu Yuan <[email protected]>
Reviewed-by: MORITA Kazutaka <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block/sheepdog.c
This page took 0.025223 seconds and 4 git commands to generate.