Merge pull request #838 from robertbaldyga/fix-wi-double-completion

Fix double completion in engine_wi
This commit is contained in:
Robert Baldyga
2024-09-25 09:20:06 +02:00
committed by GitHub
4 changed files with 2 additions and 7 deletions

View File

@@ -1192,8 +1192,6 @@ void ocf_metadata_flush_do_asynch(struct ocf_cache *cache,
* line persistent in case of recovery
*/
env_atomic_inc(&req->req_remaining); /* Core device IO */
result |= ocf_metadata_raw_flush_do_asynch(cache, req,
&(ctrl->raw_desc[metadata_segment_collision]),
complete);