Merge pull request #800 from robertbaldyga/redesign-queue-api

Redesign queue API
This commit is contained in:
Robert Baldyga
2024-08-02 14:43:52 +02:00
committed by GitHub
26 changed files with 211 additions and 216 deletions

View File

@@ -402,7 +402,7 @@ static void _ocf_mngt_flush_portion_end(void *private_data, int error)
return;
}
ocf_engine_push_req_back(fc->req, false);
ocf_queue_push_req(fc->req, 0);
}
@@ -452,7 +452,7 @@ static void _ocf_mngt_flush_container(
fc->ticks1 = 0;
fc->ticks2 = UINT_MAX;
ocf_engine_push_req_back(fc->req, true);
ocf_queue_push_req(fc->req, OCF_QUEUE_ALLOW_SYNC);
return;
finish: