Rename space_check.sectors_required to sectors_to_write

This commit is contained in:
Vitaliy Filippov
2021-02-02 01:30:23 +03:00
parent 9b5d8b9ad4
commit 534a4a657e
5 changed files with 14 additions and 15 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ struct blockstore_journal_check_t
{
blockstore_impl_t *bs;
uint64_t next_pos, next_sector, next_in_pos;
int sectors_required, first_sector; // "sectors to write"
int sectors_to_write, first_sector;
bool right_dir; // writing to the end or the beginning of the ring buffer
blockstore_journal_check_t(blockstore_impl_t *bs);