]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
bluestore: define dout_context for dout
authorChunmei Liu <chunmei.liu@intel.com>
Wed, 22 Jan 2020 07:05:25 +0000 (23:05 -0800)
committerChunmei Liu <chunmei.liu@intel.com>
Fri, 28 Feb 2020 03:57:27 +0000 (19:57 -0800)
commita8a918f7866450ee26e3c491bdcf42afa0fa69fb
tree4d2c2fcebdbd05bf3def5d71e765ee355ae23ba0
parent9cf183ed46ad1594dcb5e0dce5387627d35ecde2
bluestore: define dout_context for dout

this helps to silences the unused variable when compiling BlueStore.cc
for alienstore, where we will not use cct for writing logs.

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