[cache_check] Now checks discard bitset
This commit is contained in:
@@ -118,7 +118,7 @@ metadata::open_metadata(block_manager<>::ptr bm)
|
||||
|
||||
if (sb_.discard_root)
|
||||
discard_bits_ = bitset::ptr(
|
||||
new bitset(tm_, sb_.discard_root, sb_.cache_blocks));
|
||||
new bitset(tm_, sb_.discard_root, sb_.discard_nr_blocks));
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user