You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
348 B

diff --git a/caching/metadata.cc b/caching/metadata.cc
index 91806f4..7b150be 100644
--- a/caching/metadata.cc
+++ b/caching/metadata.cc
@@ -128,6 +128,10 @@ void
metadata::commit_mappings()
{
sb_.mapping_root = mappings_->get_root();
+ if (sb_.version >= 2) {
+ dirty_bits_->flush();
+ sb_.dirty_root = dirty_bits_->get_root();
+ }
}
void