Skip to content

Commit

Permalink
Provide empty unused argument for management function
Browse files Browse the repository at this point in the history
Signed-off-by: Slawomir Jankowski <slawomir.jankowski@intel.com>
  • Loading branch information
Ostrokrzew committed Jun 9, 2021
1 parent f1b71be commit 2a80442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cas_cache/layer_cache_management.c
Original file line number Diff line number Diff line change
Expand Up @@ -2080,7 +2080,7 @@ int cache_mngt_init_instance(struct ocf_mngt_cache_config *cfg,
/* Start cache. Returned cache instance will be locked as it was set
* in configuration.
*/
result = ocf_mngt_cache_start(cas_ctx, &cache, cfg);
result = ocf_mngt_cache_start(cas_ctx, &cache, cfg, NULL);
if (result) {
kthread_stop(context->rollback_thread);
kfree(context);
Expand Down

0 comments on commit 2a80442

Please sign in to comment.