blocking-uring-test
Vitaliy Filippov 2019-11-27 18:14:01 +03:00
parent 9ba243b3ee
commit 876231d26b
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ int blockstore_init_journal::handle_journal_part(void *buf, uint64_t len)
} }
if (location != je->small_write.data_offset) if (location != je->small_write.data_offset)
{ {
throw new std::runtime_error("BUG: calculated journal data offset != stored journal data offset"); throw std::runtime_error("BUG: calculated journal data offset != stored journal data offset");
} }
obj_ver_id ov = { obj_ver_id ov = {
.oid = je->small_write.oid, .oid = je->small_write.oid,