We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df452a9 commit 18b1d8dCopy full SHA for 18b1d8d
1 file changed
worker.cpp
@@ -1606,6 +1606,7 @@ DWORD ChunkDiskWorker::LockingChunk(const u64 chunk_idx)
1606
{
1607
PostUnlockChunk(state, chunk_idx);
1608
ReportOpResult(state, state.ovl.Internal);
1609
+ CompleteWork(state.owner);
1610
return ERROR_SUCCESS;
1611
}
1612
if ((++state.ovl.InternalHigh) != GetWorkers(service_.storage_unit).size()) return ERROR_SUCCESS;
0 commit comments