Merge pull request #217 from Open-CAS/remove-redundant-field

Remove redundant field from struct ocf_cache_device
This commit is contained in:
Jan Musiał
2019-07-23 09:55:03 +02:00
committed by GitHub
3 changed files with 1 additions and 4 deletions

View File

@@ -965,7 +965,6 @@ finalize:
ctrl->raw_desc[metadata_segment_hash].entries;
cache->device->metadata_offset = ctrl->count_pages * PAGE_SIZE;
cache->device->metadata_offset_line = ctrl->count_pages;
cache->conf_meta->cachelines = ctrl->cachelines;
cache->conf_meta->line_size = cache_line_size;