From 92d5ad8075480d46987a33989b41c7507b773dfa Mon Sep 17 00:00:00 2001 From: Robert Baldyga Date: Tue, 21 May 2019 17:26:55 +0200 Subject: [PATCH] Remove unused parameter from ocf_mngt_cache_device_config Signed-off-by: Robert Baldyga --- inc/ocf_mngt.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/inc/ocf_mngt.h b/inc/ocf_mngt.h index 6dea576..fd46b94 100644 --- a/inc/ocf_mngt.h +++ b/inc/ocf_mngt.h @@ -310,12 +310,6 @@ struct ocf_mngt_cache_device_config { */ bool force; - /** - * @brief Minimum free RAM required to start cache. Set during - * cache start procedure - */ - uint64_t min_free_ram; - /** * @brief If set, cache features (like discard) are tested * before starting cache