diff --git a/src/blockstore/blockstore_flush.h b/src/blockstore/blockstore_flush.h index ce0a5d70..0522d0c9 100644 --- a/src/blockstore/blockstore_flush.h +++ b/src/blockstore/blockstore_flush.h @@ -119,7 +119,7 @@ class journal_flusher_t std::map meta_sectors; std::deque flush_queue; - std::map flush_versions; // FIXME: consider unordered_map? + std::unordered_map flush_versions; std::unordered_set inflight_meta_sectors; bool try_find_older(std::map::iterator & dirty_end, obj_ver_id & cur);