]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: end scope of std::hex properly
authorxie xingguo <xie.xingguo@zte.com.cn>
Thu, 1 Sep 2016 03:33:25 +0000 (11:33 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Thu, 1 Sep 2016 03:33:25 +0000 (11:33 +0800)
commitf9b083ec9e7d11fe352ae1d7de2816927988552a
tree71443c680225a33c680704598f4d7ba60f7165eb
parent990a920206e0bf40b2610aadd45c00415b7eff5f
os/bluestore: end scope of std::hex properly

So it does not extend to the following output stream and
causes unexpected behaviour.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/os/bluestore/BlueStore.cc