make sure we take the metadata bitmaps into account for the reference counting

This commit is contained in:
Joe Thornber
2011-08-25 16:10:03 +01:00
parent fce7e99d9a
commit 550b8ca35a
3 changed files with 12 additions and 2 deletions

View File

@@ -375,6 +375,7 @@ metadata::check()
throw runtime_error(out.str());
}
metadata_sm_->check(metadata_counter);
data_sm_->check(metadata_counter);
errors->add_child(check_ref_counts("Errors in metadata block reference counts",
metadata_counter, metadata_sm_));