Rename cacheline concurrency struct to alock

Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
This commit is contained in:
Adam Rutkowski
2021-04-02 19:15:59 -05:00
committed by Kozlowski Mateusz
parent 927bc805fe
commit d22a3ad0e0
7 changed files with 208 additions and 210 deletions

View File

@@ -60,7 +60,7 @@ struct ocf_cache_device {
uint64_t metadata_offset;
struct {
struct ocf_cache_line_concurrency *cache_line;
struct ocf_alock *cache_line;
} concurrency;
struct ocf_superblock_runtime *runtime_meta;