Merge pull request #43 from mmichal10/task-code-refactoring

Code refactoring
This commit is contained in:
Robert Bałdyga
2019-01-16 13:56:07 +01:00
committed by GitHub
7 changed files with 8 additions and 10 deletions

View File

@@ -268,6 +268,7 @@ int ocf_mngt_io_class_configure(ocf_cache_t cache,
result = _ocf_mngt_io_class_configure(cache, cfg);
ocf_mngt_cache_unlock(cache);
return 0;
return result;
}