Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

os/bluestore: fix bluestore_wal_transaction_t encoding test #7342

Merged
1 commit merged into from Jan 25, 2016

Commits on Jan 25, 2016

  1. os/bluestore: fix bluestore_wal_transaction_t encoding test

    bluestore_wal_op_t::op is encoded/dumped but it is not
    initialized in its ctor. so set it to 0 in its ctor. 0 is not an
    valid op though, but it helps with debugging and testing.
    
    Signed-off-by: Kefu Chai <kchai@redhat.com>
    tchaikov committed Jan 25, 2016
    Configuration menu
    Copy the full SHA
    4d30e7c View commit details
    Browse the repository at this point in the history