Fix OCF example build
Signed-off-by: Kozlowski Mateusz <mateusz.kozlowski@intel.com>
This commit is contained in:
parent
4aff637e57
commit
2b498673f0
@ -126,7 +126,7 @@ int initialize_cache(ocf_ctx_t ctx, ocf_cache_t *cache)
|
|||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
|
|
||||||
/* Start cache */
|
/* Start cache */
|
||||||
ret = ocf_mngt_cache_start(ctx, cache, &cache_cfg);
|
ret = ocf_mngt_cache_start(ctx, cache, &cache_cfg, NULL);
|
||||||
if (ret)
|
if (ret)
|
||||||
goto err_priv;
|
goto err_priv;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user