Rename cleaner attribute cache_line_lock to lock_cacheline
.. to make it clean that true means cleaner must lock cachelines rather than the lock is already being held. Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
This commit is contained in:
@@ -377,7 +377,7 @@ static void evp_lru_clean(ocf_cache_t cache, ocf_queue_t io_queue,
|
||||
{
|
||||
struct ocf_refcnt *counter = &part->cleaning;
|
||||
struct ocf_cleaner_attribs attribs = {
|
||||
.cache_line_lock = true,
|
||||
.lock_cacheline = true,
|
||||
.do_sort = true,
|
||||
|
||||
.cmpl_context = &part->eviction_clean_iter,
|
||||
|
Reference in New Issue
Block a user