Implement sparse block bitmap to avoid zero-fill
This commit is contained in:
@@ -57,6 +57,8 @@ blockstore_impl_t::~blockstore_impl_t()
|
||||
close(journal.fd);
|
||||
if (metadata_buffer)
|
||||
free(metadata_buffer);
|
||||
if (clean_bitmap)
|
||||
free(clean_bitmap);
|
||||
}
|
||||
|
||||
bool blockstore_impl_t::is_started()
|
||||
|
||||
Reference in New Issue
Block a user