]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
fs: fix unclosed formatter session
authorxie.xingguo <xie.xingguo@zte.com.cn>
Thu, 31 Dec 2015 15:25:53 +0000 (10:25 -0500)
committerSage Weil <sage@redhat.com>
Fri, 1 Jan 2016 18:09:17 +0000 (13:09 -0500)
Fixes: #14210
Signed-off-by: xie.xingguo <xie.xingguo@zte.com.cn>
src/os/bluestore/bluestore_types.cc

index 6aeecf74a7665c99299e61d05d48dc26596129c5..2476957c60aa583aac85b07157a35dc88da89090 100644 (file)
@@ -440,6 +440,7 @@ void bluestore_onode_t::dump(Formatter *f) const
     f->dump_unsigned("len", p->second.length());
     f->close_section();
   }
+  f->close_section();
   f->open_object_section("block_map");
   for (map<uint64_t, bluestore_extent_t>::const_iterator p = block_map.begin();
        p != block_map.end(); ++p) {