Fix another stall due to bad unstable_writes tracking, do not try to write beyond the end of the journal
This commit is contained in:
+1
-1
@@ -114,7 +114,7 @@ void blockstore::loop()
|
||||
auto op_ptr = cur;
|
||||
auto op = *(cur++);
|
||||
// FIXME: This needs some simplification
|
||||
// Writes should not block reads if the ring is not null and if reads don't depend on them
|
||||
// Writes should not block reads if the ring is not full and if reads don't depend on them
|
||||
// In all other cases we should stop submission
|
||||
if (op->wait_for)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user