External linkage for function to sparse single cline

Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
This commit is contained in:
Adam Rutkowski
2021-01-08 12:11:11 +01:00
committed by Michal Mielewczyk
parent 93bda499c7
commit bd20d6119b
3 changed files with 9 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ static void __set_cache_line_invalid(struct ocf_cache *cache, uint8_t start_bit,
*/
if (!is_valid && !ocf_cache_line_are_waiters(cache, line)) {
ocf_purge_eviction_policy(cache, line);
ocf_metadata_sparse_cache_line(cache, line);
ocf_metadata_remove_cache_line(cache, line);
}
}