Signed-off-by: Igor Fedotov <ifedotov@suse.com>
used_alloc_unit = boost::optional<uint64_t >();
blob_info_counted = nullptr;
- gc_start_offset = start_offset;
- gc_end_offset = start_offset + length;
+ uint64_t gc_start_offset = start_offset;
+ uint64_t gc_end_offset = start_offset + length;
uint64_t end_offset = start_offset + length;
int64_t expected_for_release = 0; ///< alloc units currently used by
///< compressed blobs that might
///< gone after GC
- uint64_t gc_start_offset = 0; ///starting offset for GC
- uint64_t gc_end_offset = 0; ///ending offset for GC
protected:
void process_protrusive_extents(const BlueStore::ExtentMap& extent_map,