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:
parent
48bed40dd7
commit
8cc71cc9cb
@ -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_metadata_set_partition_id(cache, cline, PARTITION_FREELIST);
|
||||||
|
|
||||||
ocf_lru_add_free(cache, cline);
|
ocf_lru_add_free(cache, cline);
|
||||||
|
|
||||||
ocf_cleaning_init_cache_block(cache, cline);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void ocf_mngt_cline_rebuild_metadata(ocf_cache_t cache,
|
static void ocf_mngt_cline_rebuild_metadata(ocf_cache_t cache,
|
||||||
|
Loading…
Reference in New Issue
Block a user