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
@@ -171,7 +171,7 @@ static void _ocf_read_wo_core_complete(struct ocf_request *req, int error)
|
||||
}
|
||||
|
||||
req->engine_handler = ocf_read_wo_cache_do;
|
||||
ocf_engine_push_req_front(req, true);
|
||||
ocf_queue_push_req_front(req, true);
|
||||
}
|
||||
|
||||
static int ocf_read_wo_do(struct ocf_request *req)
|
||||
|
||||
Reference in New Issue
Block a user