Skip to content

Commit

Permalink
chunked_device: fix inflight counter
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed May 3, 2018
1 parent 6de28b7 commit 11d9845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stored/backends/chunked_device.c
Expand Up @@ -301,7 +301,7 @@ void chunked_device::clear_inflight_chunk(chunk_io_request *request)
}

P(mutex);
m_inflight_chunks++;
m_inflight_chunks--;
V(mutex);
}

Expand Down

0 comments on commit 11d9845

Please sign in to comment.