This commit is contained in:
Vitaliy Filippov
2019-12-01 16:43:21 +03:00
parent 00eeedae90
commit 14b2f49f4d
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -163,6 +163,10 @@ void blockstore::loop()
{
dequeue_op = dequeue_stable(op);
}
else if ((op->flags & OP_TYPE_MASK) == OP_DELETE)
{
// FIXME: Implement DELETE
}
if (dequeue_op)
{
submit_queue.erase(op_ptr);