Send STABLE entry to the journal

This commit is contained in:
Vitaliy Filippov
2019-11-10 22:41:40 +03:00
parent 890335bff6
commit 69581e6d0c
3 changed files with 86 additions and 4 deletions
+1
View File
@@ -87,6 +87,7 @@ int blockstore::dequeue_read(blockstore_operation *read_op)
read_op->callback(read_op);
return 1;
}
// FIXME track fulfilled and stop when it is equal to read_op->len
uint64_t fulfilled = 0;
if (dirty_found)
{