Remove eviction policy abstraction

Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
This commit is contained in:
Adam Rutkowski
2021-06-15 20:39:09 +02:00
parent 31737ee0e7
commit 88e04a4204
33 changed files with 52 additions and 320 deletions

View File

@@ -81,8 +81,6 @@ struct ocf_cache {
struct ocf_part free;
ocf_eviction_t eviction_policy_init;
uint32_t fallback_pt_error_threshold;
ocf_queue_t mngt_queue;