Rename dirty_entry.size to len, remove some unneeded methods and fields, read metadata correctly
This commit is contained in:
@@ -108,11 +108,6 @@ int blockstore::dequeue_stable(blockstore_operation *op)
|
||||
return 1;
|
||||
}
|
||||
|
||||
int blockstore::continue_stable(blockstore_operation *op)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
void blockstore::handle_stable_event(ring_data_t *data, blockstore_operation *op)
|
||||
{
|
||||
if (data->res < 0)
|
||||
|
||||
Reference in New Issue
Block a user