Add missing "static" to the local function
Signed-off-by: Robert Baldyga <robert.baldyga@huawei.com>
This commit is contained in:
@@ -174,7 +174,7 @@ static void _ocf_read_wo_core_complete(struct ocf_request *req, int error)
|
||||
ocf_engine_push_req_front(req, true);
|
||||
}
|
||||
|
||||
int ocf_read_wo_do(struct ocf_request *req)
|
||||
static int ocf_read_wo_do(struct ocf_request *req)
|
||||
{
|
||||
ocf_req_get(req);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user