Move ocf_mngt_cache_is_dirty to public mngt interface

This commit is contained in:
Michal Rakowski
2019-06-24 15:23:06 +02:00
parent 2925147395
commit a818ffabfd
2 changed files with 9 additions and 2 deletions

View File

@@ -21,8 +21,6 @@ int _ocf_cleaning_thread(void *priv);
int cache_mngt_thread_io_requests(void *data);
bool ocf_mngt_cache_is_dirty(ocf_cache_t cache);
int ocf_mngt_add_partition_to_cache(struct ocf_cache *cache,
ocf_part_id_t part_id, const char *name, uint32_t min_size,
uint32_t max_size, uint8_t priority, bool valid);