Add missing calc_crc32c after updating block checksums

This commit is contained in:
Vitaliy Filippov
2025-11-23 19:08:24 +03:00
parent e379fc6df4
commit b14fbbf5cc
+1
View File
@@ -591,6 +591,7 @@ bool journal_flusher_co::calc_block_checksums()
}, true, NULL
);
}
cur_obj->crc32c = cur_obj->calc_crc32c();
return true;
}