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

@@ -24,7 +24,7 @@
static void _ocf_read_generic_hit_complete(struct ocf_request *req, int error)
{
struct ocf_cache_line_concurrency *c = ocf_cache_line_concurrency(
struct ocf_alock *c = ocf_cache_line_concurrency(
req->cache);
if (error)