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
@@ -310,7 +310,7 @@ int blockstore_init_journal::handle_journal_part(void *buf, uint64_t len)
}, (dirty_entry){
.state = ST_D_META_SYNCED,
.flags = 0,
.location = je->big_write.block,
.location = je->big_write.location,
.offset = 0,
.size = bs->block_size,
});