diff options
Diffstat (limited to 'block/crypto.c')
-rw-r--r-- | block/crypto.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/block/crypto.c b/block/crypto.c index 60ddf8623e..3df66947c5 100644 --- a/block/crypto.c +++ b/block/crypto.c @@ -24,9 +24,11 @@ #include "sysemu/block-backend.h" #include "crypto/block.h" #include "qapi/opts-visitor.h" +#include "qapi/qmp/qdict.h" #include "qapi/qobject-input-visitor.h" #include "qapi-visit.h" #include "qapi/error.h" +#include "qemu/option.h" #include "block/crypto.h" typedef struct BlockCrypto BlockCrypto; @@ -574,7 +576,6 @@ static int block_crypto_get_info_luks(BlockDriverState *bs, } bdi->unallocated_blocks_are_zero = false; - bdi->can_write_zeroes_with_unmap = false; bdi->cluster_size = subbdi.cluster_size; return 0; |