]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: fix bluestore_wal_transaction_t encoding test 7168/head
authorKefu Chai <kchai@redhat.com>
Sun, 10 Jan 2016 10:34:57 +0000 (18:34 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 10 Jan 2016 13:22:07 +0000 (21:22 +0800)
commit9ee941f153da32e0da29210a30f91ca8b9657c85
tree37b21664c3fb4242da2cdad2d4b0a2d29a4aac0e
parent0c5e0c2a252e6ead4f772ebc0ff91f8e19b91be9
os/bluestore: fix bluestore_wal_transaction_t encoding test

bluestore_wal_transaction_t::seq is encoded/dumped but it is not
initialized in its ctor. so set it to 0 in its ctor.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/os/bluestore/bluestore_types.h