Rename ocf_engine_cb to ocf_req_cb and move it from engine_common.h to ocf_request.h
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
88e39b5827
commit
de32a9649a
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright(c) 2012-2022 Intel Corporation
|
||||
* Copyright(c) 2024 Huawei Technologies
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
|
||||
@@ -309,7 +310,7 @@ void ocf_engine_push_req_front(struct ocf_request *req,
|
||||
from push function in caller context
|
||||
*/
|
||||
void ocf_engine_push_req_front_cb(struct ocf_request *req,
|
||||
ocf_engine_cb engine_cb,
|
||||
ocf_req_cb req_cb,
|
||||
bool allow_sync);
|
||||
|
||||
void inc_fallback_pt_error_counter(ocf_cache_t cache);
|
||||
|
Reference in New Issue
Block a user