add fixme
This commit is contained in:
parent
925dbdbc53
commit
2b8b74065b
@ -44,6 +44,11 @@ namespace thin_provisioning {
|
|||||||
std::string message_;
|
std::string message_;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// FIXME: there's a mix of abstraction here, some classes represent
|
||||||
|
// the actual damage on disk (bad_ref_count), others represent the
|
||||||
|
// repercussions (missing_mapping). Need to revist, probably once
|
||||||
|
// we've got the reporting layer in.
|
||||||
|
|
||||||
class super_block_corruption : public metadata_damage {
|
class super_block_corruption : public metadata_damage {
|
||||||
void visit(metadata_damage_visitor &visitor) const;
|
void visit(metadata_damage_visitor &visitor) const;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user