Merge pull request #25 from robertbaldyga/core-data-object

Core data object
This commit is contained in:
Michal Rakowski
2019-01-04 09:19:46 +01:00
committed by GitHub
23 changed files with 769 additions and 543 deletions

View File

@@ -410,7 +410,7 @@ uint32_t evp_lru_req_clines(struct ocf_cache *cache, uint32_t io_queue,
ENV_BUG_ON(metadata_test_dirty(cache, curr_cline));
if (ocf_data_obj_is_atomic(&cache->device->obj)) {
if (ocf_dobj_is_atomic(&cache->device->obj)) {
/* atomic cache, we have to trim cache lines before
* eviction
*/