]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
os/bluestore: fix potential access violation
authorxie xingguo <xie.xingguo@zte.com.cn>
Thu, 30 Jun 2016 05:51:42 +0000 (13:51 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Thu, 30 Jun 2016 08:07:41 +0000 (16:07 +0800)
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/os/bluestore/BlueStore.cc

index 72a3a2210a9b4f2e72124838abfc59253c0ffe20..52cb08f9d61a3d07b8ea6ba1d108d91848989f3e 100644 (file)
@@ -2738,6 +2738,7 @@ int BlueStore::_fsck_verify_blob_map(
       derr << " " << what << " blob " << b.id
           << " has no lextent refs" << dendl;
       ++errors;
+      continue;
     }
     if (pv->second != b.blob.ref_map) {
       derr << " " << what << " blob " << b.id