Rename big_write.block to location

This commit is contained in:
Vitaliy Filippov
2019-11-12 20:58:27 +03:00
parent bb55a7fbf4
commit ae77a228c7
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ int blockstore::continue_sync(blockstore_operation *op)
prefill_single_journal_entry(journal, JE_BIG_WRITE, sizeof(journal_entry_big_write));
je->oid = it->oid;
je->version = it->version;
je->block = dirty_db[*it].location;
je->location = dirty_db[*it].location;
je->crc32 = je_crc32((journal_entry*)je);
journal.crc32_last = je->crc32;
it++;