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

@@ -85,7 +85,7 @@ struct ocf_cache_device {
struct ocf_part *freelist_part;
struct {
struct ocf_cache_concurrency *cache;
struct ocf_cache_line_concurrency *cache_line;
} concurrency;
enum ocf_mngt_cache_init_mode init_mode;