Rename cache_concurrency to cache_line_concurrency

Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
This commit is contained in:
Adam Rutkowski
2019-07-24 15:18:54 -04:00
parent e5bed8825c
commit 494861c994
10 changed files with 63 additions and 63 deletions

View File

@@ -1179,7 +1179,7 @@ static size_t ocf_metadata_hash_size_of(struct ocf_cache *cache)
/* Get additional part of memory footprint */
/* Cache concurrency mechnism */
size += ocf_cache_concurrency_size_of(cache);
size += ocf_cache_line_concurrency_size_of(cache);
return size;
}