Move and rename ocf_engine_push_req_* from engine_common to ocf_queue_push_req_* in ocf_queue
Signed-off-by: Ian Levine <ian.levine@huawei.com> Signed-off-by: Robert Baldyga <robert.baldyga@huawei.com>
This commit is contained in:

committed by
Robert Baldyga

parent
de32a9649a
commit
038126e9ab
@@ -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_back(fc->req, false);
|
||||
}
|
||||
|
||||
|
||||
@@ -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_back(fc->req, true);
|
||||
return;
|
||||
|
||||
finish:
|
||||
|
Reference in New Issue
Block a user