Refactor LRU code to use part rather than part_id
Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
This commit is contained in:
@@ -122,8 +122,6 @@ struct ocf_cache {
|
||||
/* # of requests accessing attached metadata, excluding
|
||||
* management reqs */
|
||||
struct ocf_refcnt metadata;
|
||||
/* # of forced cleaning requests (eviction path) */
|
||||
struct ocf_refcnt cleaning[OCF_IO_CLASS_MAX];
|
||||
} refcnt;
|
||||
|
||||
uint32_t fallback_pt_error_threshold;
|
||||
|
Reference in New Issue
Block a user