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.
19 lines
414 B
19 lines
414 B
7 years ago
|
caching/metadata.cc | 4 ++++
|
||
|
1 file changed, 4 insertions(+)
|
||
|
|
||
|
diff --git a/caching/metadata.cc b/caching/metadata.cc
|
||
|
index 7d8bfae..5457533 100644
|
||
|
--- a/caching/metadata.cc
|
||
|
+++ b/caching/metadata.cc
|
||
|
@@ -124,6 +124,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
|