Merge pull request #377 from arutk/fix_map

Set entry->core_id in ocf_engine_lookup_map_entry
This commit is contained in:
Robert Baldyga 2020-07-10 21:32:09 +02:00 committed by GitHub
commit ec6eae6a5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,7 @@ void ocf_engine_lookup_map_entry(struct ocf_cache *cache,
entry->status = LOOKUP_MISS;
entry->coll_idx = cache->device->collision_table_entries;
entry->core_line = core_line;
entry->core_id = core_id;
line = ocf_metadata_get_hash(cache, hash);