Do not store offset & len in big_writes
This commit is contained in:
@@ -61,7 +61,7 @@ int disk_tool_t::trim_data(std::string device)
|
||||
{
|
||||
if ((wr->entry_type & BS_HEAP_TYPE) == BS_HEAP_BIG_WRITE)
|
||||
{
|
||||
data_alloc->set(wr->location / dsk.data_block_size, true);
|
||||
data_alloc->set(wr->big().location / dsk.data_block_size, true);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user