Merge pull request #7342 from tchaikov/wip-fix-ceph-dencoder

os/bluestore: fix bluestore_wal_transaction_t encoding test

Reviewed-by: Loic Dachary <ldachary@redhat.com>
This commit is contained in:
Loic Dachary 2016-01-25 15:59:14 +07:00
commit 211d4b4873

View File

@ -258,7 +258,7 @@ struct bluestore_wal_op_t {
OP_COPY = 2,
OP_ZERO = 4,
} type_t;
__u8 op;
__u8 op = 0;
bluestore_extent_t extent;
bluestore_extent_t src_extent;
uint64_t src_rmw_head, src_rmw_tail;