]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
os/bluestore: use scope_guard do to cleanups
authorKefu Chai <kchai@redhat.com>
Fri, 30 Jul 2021 10:28:01 +0000 (18:28 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 30 Jul 2021 11:43:11 +0000 (19:43 +0800)
commit0b13c3007faf67d8bd83f8a523db280f032dd9e1
tree704accb023a8a30f902d8dbf6e202b899f80940d
parent488269629f733223adfe973fe6f7d88fe7a98e99
os/bluestore: use scope_guard do to cleanups

the combination of goto and labels is difficult to maintain.

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