Remove remains of atomic writes support

Signed-off-by: Michal Mielewczyk <michal.mielewczyk@intel.com>
This commit is contained in:
Michal Mielewczyk
2021-08-12 16:30:27 +02:00
parent d87b2c6be7
commit c68de77799
21 changed files with 9 additions and 1704 deletions

View File

@@ -581,9 +581,6 @@ int cache_stats_conf(int ctrl_fd, const struct kcas_cache_info *cache_info,
print_kv_pair_time(outfile, "Dirty for", cache_info->info.dirty_for);
print_kv_pair(outfile, "Metadata Mode", "%s",
metadata_mode_to_name(cache_info->metadata_mode));
if (flush_progress) {
print_kv_pair(outfile, "Status", "%s (%3.1f %%)",
"Flushing", flush_progress);