Fix vitastor-disk build (with old metadata and journal formats)
This commit is contained in:
@@ -76,7 +76,8 @@ struct blockstore_disk_t
|
||||
void open_data();
|
||||
void open_meta();
|
||||
void open_journal();
|
||||
void calc_lengths(bool skip_meta_check = false);
|
||||
void calc_lengths();
|
||||
void check_lengths();
|
||||
void close_all();
|
||||
int trim_data(std::function<bool(uint64_t)> is_free);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user