Remove ocf_cleaning_init_cache_block() from metadata rebuild

Cleaning policy initializaton initializes metadata for all cache lines
anyway, so this step is not needed.

Signed-off-by: Robert Baldyga <robert.baldyga@intel.com>
This commit is contained in:
Robert Baldyga 2022-01-21 21:27:08 +01:00
parent 48bed40dd7
commit 8cc71cc9cb

View File

@ -494,8 +494,6 @@ static void ocf_mngt_cline_reset_metadata(ocf_cache_t cache,
ocf_metadata_set_partition_id(cache, cline, PARTITION_FREELIST);
ocf_lru_add_free(cache, cline);
ocf_cleaning_init_cache_block(cache, cline);
}
static void ocf_mngt_cline_rebuild_metadata(ocf_cache_t cache,